mirror of
https://github.com/containers/podman.git
synced 2025-07-25 00:58:03 +08:00
Merge pull request #4925 from cevich/fix_docs_no_snap
[CI:DOCS] Cirrus: Fix logic typo
This commit is contained in:
@ -669,7 +669,7 @@ docs_task:
|
|||||||
|
|
||||||
# Only run this for PRs on mention, and after merge
|
# Only run this for PRs on mention, and after merge
|
||||||
only_if: >-
|
only_if: >-
|
||||||
$CIRRUS_BRANCH != $DEST_BRANCH &&
|
$CIRRUS_BRANCH == $DEST_BRANCH &&
|
||||||
$CIRRUS_CHANGE_MESSAGE !=~ '.*CI:IMG.*' &&
|
$CIRRUS_CHANGE_MESSAGE !=~ '.*CI:IMG.*' &&
|
||||||
$CIRRUS_CHANGE_MESSAGE =~ '.*CI:DOCS.*'
|
$CIRRUS_CHANGE_MESSAGE =~ '.*CI:DOCS.*'
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user