We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 860ce0d commit 812ee49Copy full SHA for 812ee49
.github/workflows/codebuild-pr-build.yml
@@ -24,6 +24,8 @@ concurrency:
24
25
jobs:
26
build:
27
+ # Runner exists only for aws-cdk repo
28
+ if: github.repository == 'aws/aws-cdk'
29
runs-on: codebuild-aws-cdk-github-actions-runner-${{ github.run_id }}-${{ github.run_attempt }}
30
31
env:
0 commit comments