diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7db090fc0363392b5f89c26c44662663799abf78..b5b711f0365d55faa5b9a3da840a597eda86c09a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -147,8 +147,8 @@ upgrade: # skip job for nightly master and "test-ci::infra" labeled pipelines - if: '($CI_PIPELINE_SOURCE == "schedule" && $CI_COMMIT_BRANCH == "master") || $CI_MERGE_REQUEST_LABELS =~ /(^|,)test-ci::infra(,|$)/' when: never - # skip job when MR title starts with 'SKIP UPGRADE' - - if: '$CI_MERGE_REQUEST_TITLE =~ /^SKIP UPGRADE/' + # skip job when MR title starts with 'SKIP UPGRADE' + - if: '$CI_MERGE_REQUEST_TITLE =~ /SKIP UPGRADE/' when: never # run pipeline on merge request events - if: $CI_PIPELINE_SOURCE == "merge_request_event"