Skip to content

Commit 41307e3

Browse files
authored
Update .gitlab-ci.yml
1 parent 0c71cca commit 41307e3

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.gitlab-ci.yml

-11
Original file line numberDiff line numberDiff line change
@@ -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-
when: never
11-
121
stages:
132
- build-and-test
143
- check-policies

0 commit comments

Comments
 (0)