Skip to content
Snippets Groups Projects
Commit b4955fa8 authored by Cédric Moreau's avatar Cédric Moreau Committed by Hugo Trentesaux
Browse files

Fix/clippy on mr (!208)

* fix: always run clippy on MR (except WIP)
parent 4389f2ea
No related branches found
No related tags found
1 merge request!208Fix/clippy on mr
Pipeline #34568 passed
......@@ -56,6 +56,7 @@ fmt_and_clippy:
- if: '$CI_COMMIT_BRANCH =~ /^(release\/runtime-)[0-9].*/'
when: never
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
when: always
- when: manual
stage: quality
script:
......
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