diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-09-16 17:22:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-16 17:22:02 +0200 |
commit | 4823c1b3f675c0f370b21d14ec437ce55300e97d (patch) | |
tree | fdbc88e7361a728c7d84449a71afe7405b898ab4 | |
parent | 1e16668eccfbded3f23bebd9ed16395d00768715 (diff) | |
parent | 815655b9d5531308ba41e52bdd7fd1ba46501219 (diff) | |
download | podman-4823c1b3f675c0f370b21d14ec437ce55300e97d.tar.gz podman-4823c1b3f675c0f370b21d14ec437ce55300e97d.tar.bz2 podman-4823c1b3f675c0f370b21d14ec437ce55300e97d.zip |
Merge pull request #15775 from cevich/gitlab_nightly
Cirrus: Move gitlab test to cirrus-cron "main"
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 17902a430..c14e38771 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -868,7 +868,7 @@ rootless_gitlab_test_task: name: *std_name_fmt alias: rootless_gitlab_test # Docs: ./contrib/cirrus/CIModes.md - only_if: *not_tag_branch_build_docs + only_if: &cirrus_cron "${CIRRUS_CRON} == 'main'" # Community-maintained downstream test may fail unexpectedly. # Ref. repository: https://gitlab.com/gitlab-org/gitlab-runner # If necessary, uncomment the next line and file issue(s) with details. |