From 76623c12c136f43f24c3966ed4b469e2c0b434b7 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 5 Feb 2020 21:09:02 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- .gitlab/ci/review.gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitlab/ci/review.gitlab-ci.yml') diff --git a/.gitlab/ci/review.gitlab-ci.yml b/.gitlab/ci/review.gitlab-ci.yml index b970b590ae0..2e42aa46ac0 100644 --- a/.gitlab/ci/review.gitlab-ci.yml +++ b/.gitlab/ci/review.gitlab-ci.yml @@ -1,5 +1,5 @@ # Make sure to update all the similar conditions in other CI config files if you modify these conditions -.if-canonical-gitlab-schedule: &if-canonical-gitlab-schedule +.if-canonical-dot-com-gitlab-org-group-schedule: &if-canonical-dot-com-gitlab-org-group-schedule if: '$CI_SERVER_HOST == "gitlab.com" && $CI_PROJECT_NAMESPACE == "gitlab-org" && $CI_PIPELINE_SOURCE == "schedule"' # Make sure to update all the similar conditions in other CI config files if you modify these conditions @@ -47,7 +47,7 @@ build-qa-image: - <<: *if-canonical-gitlab-merge-request changes: *code-qa-patterns when: on_success - - <<: *if-canonical-gitlab-schedule + - <<: *if-canonical-dot-com-gitlab-org-group-schedule when: on_success script: - '[[ ! -d "ee/" ]] || export GITLAB_EDITION="ee"' -- cgit v1.2.1