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
commit f63005e0f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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.*'