summaryrefslogtreecommitdiff
path: root/.gitlab/ci/rules.gitlab-ci.yml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-03-29 09:10:35 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-29 09:10:35 +0000
commit55dea17c8d10d1b25cd25f1cdaeaed64332995a7 (patch)
treed8deec499e9aacae38b95cb509f9dc7873b0652a /.gitlab/ci/rules.gitlab-ci.yml
parentf0224e32ca39fe7b261a8d6bcec64bb449c65856 (diff)
downloadgitlab-ce-55dea17c8d10d1b25cd25f1cdaeaed64332995a7.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.gitlab/ci/rules.gitlab-ci.yml')
-rw-r--r--.gitlab/ci/rules.gitlab-ci.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab/ci/rules.gitlab-ci.yml b/.gitlab/ci/rules.gitlab-ci.yml
index 6eab6472ed1..cdb455c8c31 100644
--- a/.gitlab/ci/rules.gitlab-ci.yml
+++ b/.gitlab/ci/rules.gitlab-ci.yml
@@ -1964,6 +1964,12 @@
changes: ["vendor/gems/cloud_profiler_agent/**/*"]
- <<: *if-merge-request-labels-run-all-rspec
+.vendor:rules:sidekiq-reliable-fetch:
+ rules:
+ - <<: *if-merge-request
+ changes: ["vendor/gems/sidekiq-reliable-fetch/**/*"]
+ - <<: *if-merge-request-labels-run-all-rspec
+
##################
# Releases rules #
##################