diff options
author | Brent Baude <bbaude@redhat.com> | 2020-02-24 13:25:46 -0600 |
---|---|---|
committer | Brent Baude <bbaude@redhat.com> | 2020-02-24 13:25:46 -0600 |
commit | ec82cd30b27b83c842b537382f679e1700fc9d1e (patch) | |
tree | ad803d2670657e58a6c2dff9485bf68c85571fdf /.cirrus.yml | |
parent | afd5cbff1e147bdad200b47fb2bd0992684c7fd4 (diff) | |
download | podman-ec82cd30b27b83c842b537382f679e1700fc9d1e.tar.gz podman-ec82cd30b27b83c842b537382f679e1700fc9d1e.tar.bz2 podman-ec82cd30b27b83c842b537382f679e1700fc9d1e.zip |
always run the docs task on post-merge
Signed-off-by: Brent Baude <bbaude@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 5051c7dd2..53b406804 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -729,10 +729,6 @@ verify_test_built_images_task: docs_task: - # Only run this for PRs on mention, and after merge - only_if: >- - $CIRRUS_BRANCH != $DEST_BRANCH - depends_on: - "gating" |