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 7ec5d09 commit 6286f97Copy full SHA for 6286f97
.gitlab/tests.yml
@@ -1,10 +1,11 @@
1
# NOTE: Make sure this file is consistent with .github/workflows/{unit,gpu}_tests.yml
2
.tests-default:
3
stage: tests
4
- when: manual # Default manual trigger
5
rules:
6
- if: $CI_PIPELINE_SOURCE == "schedule"
7
when: always
+ - if: $CI_PIPELINE_SOURCE != "schedule"
8
+ when: manual
9
10
##### Unit Tests #####
11
unit:
0 commit comments