diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-02-24 23:45:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-24 23:45:55 +0100 |
commit | 53b67401b99ef55cd9df41e5eb8b2eab31308fb0 (patch) | |
tree | 17452f039bd27077b6abc178f13f4f61e912d2ab | |
parent | 6c8b5238255206f31ecd91e6ca929d63042371ff (diff) | |
parent | ec82cd30b27b83c842b537382f679e1700fc9d1e (diff) | |
download | podman-53b67401b99ef55cd9df41e5eb8b2eab31308fb0.tar.gz podman-53b67401b99ef55cd9df41e5eb8b2eab31308fb0.tar.bz2 podman-53b67401b99ef55cd9df41e5eb8b2eab31308fb0.zip |
Merge pull request #5317 from baude/docsalways
always run the docs task on post-merge
-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" |