Skip to content

Commit

Permalink
Merge pull request #15725 from cevich/no_multiarch_win
Browse files Browse the repository at this point in the history
[CI:BUILD] Cirrus: Don't run win_installer in multiarch cron
  • Loading branch information
openshift-merge-robot authored Sep 10, 2022
2 parents 94864cb + 8466c4a commit 2d8417d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1110,6 +1110,8 @@ artifacts_task:
win_installer_task:
name: "Verify Win Installer Build"
alias: win_installer
# Don't run for multiarch container image cirrus-cron job.
only_if: $CIRRUS_CRON != 'multiarch'
depends_on:
- alt_build
windows_container:
Expand Down

0 comments on commit 2d8417d

Please sign in to comment.