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: ...@@ -8,8 +8,6 @@ stages:
workflow: workflow:
rules: rules:
- if: $CI_COMMIT_REF_NAME =~ /^wip*/i
when: never
- changes: - changes:
- .gitlab/**/* - .gitlab/**/*
- app/**/* - app/**/*
...@@ -82,6 +80,8 @@ workflow: ...@@ -82,6 +80,8 @@ workflow:
tests: tests:
<<: *env <<: *env
rules: rules:
- if: $CI_COMMIT_REF_NAME =~ /^wip*$/
when: manual
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
when: never when: never
- if: $CI_MERGE_REQUEST_ID - if: $CI_MERGE_REQUEST_ID
......
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