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

[ci] fix wip regex

parent 0cc0bdc6
No related branches found
No related tags found
1 merge request!1314Ci/regex
......@@ -8,8 +8,6 @@ stages:
workflow:
rules:
- if: $CI_COMMIT_REF_NAME =~ /^wip*/i
when: never
- changes:
- .gitlab/**/*
- app/**/*
......@@ -82,6 +80,8 @@ workflow:
tests:
<<: *env
rules:
- if: $CI_COMMIT_REF_NAME =~ /^wip*$/
when: manual
- if: $CI_COMMIT_TAG
when: never
- if: $CI_MERGE_REQUEST_ID
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment