Merge pull request #4925 from cevich/fix_docs_no_snap

[CI:DOCS] Cirrus: Fix logic typo
This commit is contained in:
OpenShift Merge Robot
2020-01-21 23:02:23 +01:00
committed by GitHub

View File

@ -669,7 +669,7 @@ docs_task:
# Only run this for PRs on mention, and after merge
only_if: >-
$CIRRUS_BRANCH != $DEST_BRANCH &&
$CIRRUS_BRANCH == $DEST_BRANCH &&
$CIRRUS_CHANGE_MESSAGE !=~ '.*CI:IMG.*' &&
$CIRRUS_CHANGE_MESSAGE =~ '.*CI:DOCS.*'