Skip to content

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CFD-Xing authored Jul 22, 2024
1 parent 0c71cca commit 41307e3
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
workflow:
rules:
# Run pipeline on tags for the main project
- if: $CI_COMMIT_TAG && $CI_PROJECT_PATH == "CFD-Xing/x3d2"
# DO NOT run pipeline if WIP
- if: $CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_TITLE =~ /^WIP:.*/
when: never
# DO NOT run pipeline if Draft
- if: $CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_TITLE =~ /^Draft:.*/
when: never

stages:
- build-and-test
- check-policies
Expand Down

0 comments on commit 41307e3

Please sign in to comment.