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 c96beef commit 82d41e8Copy full SHA for 82d41e8
.gitlab/tests.yml
@@ -1,9 +1,8 @@
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:
- - if: $CI_PIPELINE_SOURCE == "web"
6
- when: manual
7
- if: $CI_PIPELINE_SOURCE != "web"
8
when: never
9
0 commit comments