Skip to content

Commit 9fe26cc

Browse files
committed
test if webhooks work for cdk -revert this
1 parent 5032fbc commit 9fe26cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
test-on-fork:
3939
if: github.repository != 'awslabs/soci-snapshotter'
40-
runs-on: ubuntu-22.04
40+
runs-on: codebuild-test-codebuild2-${{ github.run_id }}-${{ github.run_attempt }}-ubuntu-7.0-xlarge
4141
timeout-minutes: 15
4242
steps:
4343
- uses: actions/checkout@v4
@@ -66,7 +66,7 @@ jobs:
6666

6767
integration-on-fork:
6868
if: github.repository != 'awslabs/soci-snapshotter'
69-
runs-on: ubuntu-22.04
69+
runs-on: codebuild-test-codebuild2-${{ github.run_id }}-${{ github.run_attempt }}-ubuntu-7.0-xlarge
7070
timeout-minutes: 40
7171
strategy:
7272
fail-fast: false

0 commit comments

Comments
 (0)