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

chore : explicited ci rules

parent 944d15b1
No related branches found
No related tags found
1 merge request!8multiple fixes
...@@ -11,12 +11,13 @@ ...@@ -11,12 +11,13 @@
rules: rules:
- if: $CI_COMMIT_BRANCH == 'dev' || $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_COMMIT_BRANCH == 'dev' || $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
when: always when: always
allow_failure: false
- if: $CI_MERGE_REQUEST_TITLE !~ /^Draft:/ - if: $CI_MERGE_REQUEST_TITLE !~ /^Draft:/
allow_failure: false allow_failure: false
when: always when: always
allow_failure: false
- if: $CI - if: $CI
allow_failure: true allow_failure: true
allow_failure: false
# creating release jobs only when merging to main # creating release jobs only when merging to main
.rules:release: .rules:release:
......
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