diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6efc0ef2467..a249f1b8891 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -770,7 +770,13 @@ test_smoke: test_ssi_smoke: extends: .test_job - rules: *master_only + rules: + - if: $CI_COMMIT_BRANCH == "master" + when: on_success + - if: '$CI_COMMIT_BRANCH =~ /^mq-working-branch-/' + when: on_success + - if: '$CI_COMMIT_BRANCH =~ /^gh-readonly-queue/' + when: on_success variables: GRADLE_TARGET: "stageMainDist :smokeTest" CACHE_TYPE: "smoke"