Skip to content

Commit

Permalink
Merge pull request #23131 from edsantiago/build-each-commit-only-on-prs
Browse files Browse the repository at this point in the history
CI: Build-Each-Commit test: run only on PRs
  • Loading branch information
openshift-merge-bot[bot] authored Jun 28, 2024
2 parents c86386e + c9e3458 commit 045413b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contrib/cirrus/runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,10 @@ function _run_altbuild() {
cd $GOSRC
case "$ALT_NAME" in
*Each*)
if [[ -z "$CIRRUS_PR" ]]; then
echo ".....only meaningful on PRs"
return
fi
showrun git fetch origin
# The make-and-check-size script, introduced 2022-03-22 in #13518,
# runs 'make' (the original purpose of this check) against
Expand Down

0 comments on commit 045413b

Please sign in to comment.