Skip to content
Snippets Groups Projects
Commit a76f66ed authored by Grégoire Kubler's avatar Grégoire Kubler
Browse files

fix: MR_PIPELINE BUILD RULES

parent f9cbf545
Branches GUI_Documentation
No related tags found
1 merge request!7fix : disabling windows release & -DWERROR=1 + dependencies fix
...@@ -9,8 +9,10 @@ ...@@ -9,8 +9,10 @@
.rules:build:merge_pipeline: .rules:build:merge_pipeline:
rules: rules:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event' && $CI_MERGE_REQUEST_TITLE !~ /^Draft:/ - if: $CI_PIPELINE_SOURCE == 'merge_request_event' && $CI_MERGE_REQUEST_TITLE !~ /^Draft:/
allow_failure: false
when: always
when: manual when: manual
allow_failure: false allow_failure: true
# creating release jobs only when merging to main # creating release jobs only when merging to main
.rules:release: .rules:release:
...@@ -19,7 +21,7 @@ ...@@ -19,7 +21,7 @@
- if: $CI_PIPELINE_SOURCE == "schedule" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_PIPELINE_SOURCE == "schedule" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_TAG && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_COMMIT_TAG && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
allow_failure: false allow_failure: false
when : manual
# deploying created releases # deploying created releases
# when creating a commit tag & previous release job was successful # when creating a commit tag & previous release job was successful
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment