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>2022-12-08 18:32:09 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2022-12-08 18:32:09 +0300
commit11d48a1b45345fbe0aef38026f7d19a56b73ceb2 (patch)
tree6a8528e750d10d3978e3c7494635d1ab6447eac8 /.gitlab
parent4049b1a88eebe3308746e759b4166bec06fdb83a (diff)
Fix global nav tests for upstream pipelines
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/ci/rules.gitlab-ci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab/ci/rules.gitlab-ci.yml b/.gitlab/ci/rules.gitlab-ci.yml
index 5326dbdd..1ba0e7ee 100644
--- a/.gitlab/ci/rules.gitlab-ci.yml
+++ b/.gitlab/ci/rules.gitlab-ci.yml
@@ -110,6 +110,8 @@ default:
rules:
- if: $CHORES_PIPELINE == "true" || $CLEAN_REVIEW_APPS_DAYS
when: never
+ - if: '$CI_PIPELINE_SOURCE == "pipeline" || $CI_PIPELINE_SOURCE == "trigger"'
+ when: never
- if: '$CI_PIPELINE_SOURCE == "schedule"'
- if: '$CI_MERGE_REQUEST_ID'
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
@@ -118,6 +120,7 @@ default:
.rules_upstream_global_nav_test:
rules:
- if: '$CI_PIPELINE_SOURCE == "pipeline" || $CI_PIPELINE_SOURCE == "trigger"'
+ when: manual
.rules_prod:
rules:
@@ -138,7 +141,6 @@ default:
.rules_upstream_review_app:
rules:
- if: '$CI_PIPELINE_SOURCE == "pipeline" || $CI_PIPELINE_SOURCE == "trigger"'
- when: manual
.rules_pages:
rules: