mirror of https://github.com/containers/podman.git
Merge pull request #13828 from cevich/fix_cron_check
[CI:BUILD] Cirrus: Fix unsupported cirrus-cron build status
This commit is contained in:
commit
b8693f97d3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue