Skip to content

Commit 29b4cf2

Browse files
authored
Changing gitlab pipeline and jobs to be manually triggered (#284)
Signed-off-by: Chenhan Yu <[email protected]>
1 parent d0372f4 commit 29b4cf2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitlab/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
.tests-default:
33
stage: tests
44
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"
5+
- if: $CI_PIPELINE_SOURCE == "schedule"
6+
when: always
7+
- if: $CI_PIPELINE_SOURCE != "schedule"
8+
when: manual
99

1010
##### Unit Tests #####
1111
unit:

0 commit comments

Comments
 (0)