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 198b791 commit ca6b81dCopy full SHA for ca6b81d
.gitlab/tests.yml
@@ -5,7 +5,7 @@
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 == "web" || $CI_PIPELINE_SOURCE == "external_pull_request_event"
9
10
##### Unit Tests #####
11
unit:
0 commit comments