Skip to content

Commit

Permalink
test if webhooks work for cdk -revert this
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbirju committed Jun 20, 2024
1 parent 5032fbc commit 9fe26cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

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

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

0 comments on commit 9fe26cc

Please sign in to comment.