We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fb9855 commit ed1f6f9Copy full SHA for ed1f6f9
1 file changed
.gitlab-ci.yml
@@ -803,7 +803,13 @@ test_smoke:
803
804
test_ssi_smoke:
805
extends: .test_job
806
- rules: *master_only
+ rules:
807
+ - if: $CI_COMMIT_BRANCH == "master"
808
+ when: on_success
809
+ - if: '$CI_COMMIT_BRANCH =~ /^mq-working-branch-/'
810
811
+ - if: '$CI_COMMIT_BRANCH =~ /^gh-readonly-queue/'
812
813
variables:
814
GRADLE_TARGET: "stageMainDist :smokeTest"
815
CACHE_TYPE: "smoke"
0 commit comments