diff options
author | Chris Evich <cevich@redhat.com> | 2020-01-21 16:30:53 -0500 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2020-01-21 16:31:05 -0500 |
commit | ce16f264a2eb538951333d1c193e5d7e0203e9be (patch) | |
tree | be8ab7433a6379f74852f51160eaf1592eb9d752 | |
parent | f467bb20bd1c98b1706fa3c4448857800395c169 (diff) | |
download | podman-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.yml | 2 |
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.*' |