Skip to content
Snippets Groups Projects
Commit 12c1b252 authored by Éloïs's avatar Éloïs
Browse files

ci: exclude job fmt_and_clippy on master

parent b9e44469
No related branches found
No related tags found
1 merge request!16ci: deploy a docker debug image a each master commit
...@@ -22,7 +22,7 @@ workflow: ...@@ -22,7 +22,7 @@ workflow:
fmt_and_clippy: fmt_and_clippy:
extends: .env extends: .env
rules: rules:
- if: $CI_COMMIT_TAG - if: '$CI_COMMIT_TAG || $CI_COMMIT_BRANCH == "master"'
when: never when: never
- if: $CI_PIPELINE_SOURCE == "merge_request_event" - if: $CI_PIPELINE_SOURCE == "merge_request_event"
- when: manual - when: manual
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment