We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5032fbc commit 9fe26ccCopy full SHA for 9fe26cc
.github/workflows/build.yml
@@ -37,7 +37,7 @@ jobs:
37
38
test-on-fork:
39
if: github.repository != 'awslabs/soci-snapshotter'
40
- runs-on: ubuntu-22.04
+ runs-on: codebuild-test-codebuild2-${{ github.run_id }}-${{ github.run_attempt }}-ubuntu-7.0-xlarge
41
timeout-minutes: 15
42
steps:
43
- uses: actions/checkout@v4
@@ -66,7 +66,7 @@ jobs:
66
67
integration-on-fork:
68
69
70
timeout-minutes: 40
71
strategy:
72
fail-fast: false
0 commit comments