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

[ci] fix wip regex

parent b5750377
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ stages: ...@@ -8,7 +8,7 @@ stages:
workflow: workflow:
rules: rules:
- if: $CI_COMMIT_REF_NAME =~ /^wip/ - if: $CI_COMMIT_REF_NAME =~ /^wip*/i
when: never when: never
- changes: - changes:
- .gitlab/**/* - .gitlab/**/*
......
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