We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11de26d commit 1d24f78Copy full SHA for 1d24f78
.github/workflows/image-build-windows.yml
@@ -131,6 +131,7 @@ jobs:
131
132
# TODO: For some odd reason instance-size needs to be set here otherwise it won't use the fleet?
133
x86_64_push:
134
+ if: ${{ github.event_name != 'pull_request' }}
135
runs-on:
136
- codebuild-aws-lc-ci-github-actions-${{ github.run_id }}-${{ github.run_attempt }}
137
image:windows-ec2-2022
0 commit comments