Merge pull request #13828 from cevich/fix_cron_check

[CI:BUILD] Cirrus: Fix unsupported cirrus-cron build status
This commit is contained in:
OpenShift Merge Robot 2022-04-12 08:05:55 -04:00 committed by GitHub
commit b8693f97d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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