We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0372f4 commit 29b4cf2Copy full SHA for 29b4cf2
.gitlab/tests.yml
@@ -2,10 +2,10 @@
2
.tests-default:
3
stage: tests
4
rules:
5
- - if: $JET_ONLY != null
6
- when: never
7
- - if: $CI_COMMIT_TAG =~ /^\d+\.\d+\.\d+$/
8
- - if: $CI_PIPELINE_SOURCE == "web" || $CI_PIPELINE_SOURCE == "schedule"
+ - if: $CI_PIPELINE_SOURCE == "schedule"
+ when: always
+ - if: $CI_PIPELINE_SOURCE != "schedule"
+ when: manual
9
10
##### Unit Tests #####
11
unit:
0 commit comments