Skip to content

Commit 82d41e8

Browse files
committed
chg: change default behavior to manual
Signed-off-by: Chenhan Yu <[email protected]>
1 parent c96beef commit 82d41e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.gitlab/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
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
45
rules:
5-
- if: $CI_PIPELINE_SOURCE == "web"
6-
when: manual
76
- if: $CI_PIPELINE_SOURCE != "web"
87
when: never
98

0 commit comments

Comments
 (0)