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

fix : cleanup rules

parent c415e3ee
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
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
- if: $CI_PIPELINE_SOURCE == 'merge_request_event' && $CI_MERGE_REQUEST_TITLE !~ /^Draft:/ - if: $CI_MERGE_REQUEST_TITLE !~ /^Draft:/
allow_failure: false allow_failure: false
when: always when: always
when: manual when: manual
......
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