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

ci: skip ci if commit start with prefix wip

parent 9d7a3354
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,8 @@ workflow: ...@@ -22,6 +22,8 @@ workflow:
fmt_and_clippy: fmt_and_clippy:
extends: .env extends: .env
rules: rules:
- if: $CI_COMMIT_REF_NAME =~ /^wip*$/
when: manual
- if: '$CI_COMMIT_TAG || $CI_COMMIT_BRANCH == "master"' - 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"
......
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