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

chore : cleanup rules

parent 554039ae
No related branches found
No related tags found
No related merge requests found
.rules:static_analysis_coverage:
rules:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event' && $CI_MERGE_REQUEST_TITLE !~ /^Draft:/
- if: $CI_MERGE_REQUEST_TITLE !~ /^Draft:/
when: on_success
allow_failure: false
when: manual
......@@ -23,12 +23,12 @@
when: always
allow_failure: false
- if: $CI_MERGE_REQUEST_ID # if you are in a MR you can run release jobs
when: manual
allow_failure: true
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE == "schedule"
when: always
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_TAG
when: always
when: manual
allow_failure: false
......
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