Skip to content

Commit

Permalink
Merge pull request #13828 from cevich/fix_cron_check
Browse files Browse the repository at this point in the history
[CI:BUILD] Cirrus: Fix unsupported cirrus-cron build status
  • Loading branch information
openshift-merge-robot authored Apr 12, 2022
2 parents 0ebd288 + 61cf222 commit b8693f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -776,8 +776,8 @@ image_build_task: &image-build

test_image_build_task:
<<: *image-build
# Allow this to run inside a PR
only_if: $CI == $CI
# Allow this to run inside a PR w/ [CI:BUILD]
only_if: $CIRRUS_PR != '' && $CIRRUS_CHANGE_TITLE !=~ '.*CI:DOCS.*'
# This takes a LONG time, only run when requested. N/B: Any task
# made to depend on this one will block FOREVER unless triggered.
trigger_type: manual
Expand Down

0 comments on commit b8693f9

Please sign in to comment.