We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c71cca commit 41307e3Copy full SHA for 41307e3
.gitlab-ci.yml
@@ -1,14 +1,3 @@
1
-workflow:
2
- rules:
3
- # Run pipeline on tags for the main project
4
- - if: $CI_COMMIT_TAG && $CI_PROJECT_PATH == "CFD-Xing/x3d2"
5
- # DO NOT run pipeline if WIP
6
- - if: $CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_TITLE =~ /^WIP:.*/
7
- when: never
8
- # DO NOT run pipeline if Draft
9
- - if: $CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_TITLE =~ /^Draft:.*/
10
11
-
12
stages:
13
- build-and-test
14
- check-policies
0 commit comments