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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-07-26 21:10:07 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-07-26 21:10:07 +0300
commitcafc99870a5167530f45ddcdee98afa86a27a0f7 (patch)
treec02d4d58df1b01340711707f52862fbd24389e2d /gems/gem.gitlab-ci.yml
parenta3a9c1103b0f023deafc9fc9307032085419ff7d (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'gems/gem.gitlab-ci.yml')
-rw-r--r--gems/gem.gitlab-ci.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/gems/gem.gitlab-ci.yml b/gems/gem.gitlab-ci.yml
index 5f7a6ba280a..069bd85d0fb 100644
--- a/gems/gem.gitlab-ci.yml
+++ b/gems/gem.gitlab-ci.yml
@@ -13,7 +13,10 @@ spec:
workflow:
name: '$PIPELINE_NAME'
rules:
- - if: $CI_MERGE_REQUEST_ID
+ - if: '$CI_PIPELINE_SOURCE == "schedule" && $SCHEDULE_TYPE == "maintenance"'
+ variables:
+ PIPELINE_NAME: '[$[[inputs.gem_name]] gem] Ruby $RUBY_VERSION $SCHEDULE_TYPE $CI_PIPELINE_SOURCE pipeline'
+ - if: '$CI_MERGE_REQUEST_EVENT_TYPE == "merged_result" || $CI_MERGE_REQUEST_EVENT_TYPE == "detached"'
variables:
PIPELINE_NAME: '[$[[inputs.gem_name]] gem] Ruby $RUBY_VERSION $CI_MERGE_REQUEST_EVENT_TYPE MR pipeline'