Skip to content

Commit 6286f97

Browse files
committed
chg: check if the rule is missing
Signed-off-by: Chenhan Yu <[email protected]>
1 parent 7ec5d09 commit 6286f97

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitlab/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# NOTE: Make sure this file is consistent with .github/workflows/{unit,gpu}_tests.yml
22
.tests-default:
33
stage: tests
4-
when: manual # Default manual trigger
54
rules:
65
- if: $CI_PIPELINE_SOURCE == "schedule"
76
when: always
7+
- if: $CI_PIPELINE_SOURCE != "schedule"
8+
when: manual
89

910
##### Unit Tests #####
1011
unit:

0 commit comments

Comments
 (0)