Skip to content

Commit 1d24f78

Browse files
committed
Add if condition to push
1 parent 11de26d commit 1d24f78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/image-build-windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ jobs:
131131
132132
# TODO: For some odd reason instance-size needs to be set here otherwise it won't use the fleet?
133133
x86_64_push:
134+
if: ${{ github.event_name != 'pull_request' }}
134135
runs-on:
135136
- codebuild-aws-lc-ci-github-actions-${{ github.run_id }}-${{ github.run_attempt }}
136137
image:windows-ec2-2022

0 commit comments

Comments
 (0)