summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Evich <cevich@redhat.com>2020-01-21 16:30:53 -0500
committerChris Evich <cevich@redhat.com>2020-01-21 16:31:05 -0500
commitce16f264a2eb538951333d1c193e5d7e0203e9be (patch)
treebe8ab7433a6379f74852f51160eaf1592eb9d752
parentf467bb20bd1c98b1706fa3c4448857800395c169 (diff)
downloadpodman-ce16f264a2eb538951333d1c193e5d7e0203e9be.tar.gz
podman-ce16f264a2eb538951333d1c193e5d7e0203e9be.tar.bz2
podman-ce16f264a2eb538951333d1c193e5d7e0203e9be.zip
Cirrus: Fix logic typo
Signed-off-by: Chris Evich <cevich@redhat.com>
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 464455c87..341b7549e 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -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.*'