Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2020-11-26 07:26:57 +0300
committerMarcel Amirault <mamirault@gitlab.com>2020-11-26 07:26:57 +0300
commit3e46f0c17c7df0751f1a79da2c657d7e9e4ba41c (patch)
tree4d7a25e64a0ef9a62e38c1abeefa9f39fb1728d4 /.gitlab-ci.yml
parent4a9bf5620cf279dc1eb99f1d8333ba48de621fe4 (diff)
Move the chores jobs to an inactive pipeline schedule
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 74812442..68c9aac7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -63,9 +63,7 @@ variables:
.rules_chores:
rules:
- - if: '$CI_PIPELINE_SOURCE != "schedule"'
- when: never
- - if: '$PIPELINE_SCHEDULE_TIMING == "hourly"'
+ - if: '$CI_PIPELINE_SOURCE == "schedule" && $CHORES_PIPELINE == "true"'
when: manual
allow_failure: true