We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b1580f commit 600d89aCopy full SHA for 600d89a
1 file changed
.gitlab-ci.yml
@@ -591,7 +591,9 @@ muzzle-dep-report:
591
rules:
592
- if: $testJvm =~ $DEFAULT_TEST_JVMS
593
when: on_success
594
- - if: $NON_DEFAULT_JVMS == "true"
+ - if: '$NON_DEFAULT_JVMS == "true" || $CI_COMMIT_MESSAGE =~ /\[ci: NON_DEFAULT_JVMS\]/'
595
+ when: on_success
596
+ - if: '$CI_COMMIT_MESSAGE =~ /\[ci: TEST_JVM=[^\]]*$testJvm/'
597
598
- if: $CI_COMMIT_BRANCH == "master"
599
0 commit comments