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

Merge branch 'ci/regex' into 'dev'

Ci/regex

See merge request !1314
parents 0cc0bdc6 612c3b3e
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,10 +80,11 @@ workflow:
tests:
<<: *env
rules:
- if: $CI_COMMIT_REF_NAME =~ /^wip*$/
when: manual
- if: $CI_COMMIT_TAG
when: never
- if: $CI_MERGE_REQUEST_ID
when: on_success
- if: '$CI_MERGE_REQUEST_ID ||$CI_COMMIT_BRANCH == "dev" || $CI_COMMIT_BRANCH =~ /^release/'
- when: manual
stage: tests
script:
......@@ -128,7 +127,6 @@ audit_dependencies:
rules:
- if: $CI_COMMIT_TAG
when: never
- if: $CI_MERGE_REQUEST_ID
- when: manual
sync_g1:
......
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