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 nodes/typescript/duniter!1314
parents 0cc0bdc6 612c3b3e
Branches
Tags
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,10 +80,11 @@ workflow: ...@@ -82,10 +80,11 @@ 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 ||$CI_COMMIT_BRANCH == "dev" || $CI_COMMIT_BRANCH =~ /^release/'
when: on_success
- when: manual - when: manual
stage: tests stage: tests
script: script:
...@@ -128,7 +127,6 @@ audit_dependencies: ...@@ -128,7 +127,6 @@ audit_dependencies:
rules: rules:
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
when: never when: never
- if: $CI_MERGE_REQUEST_ID
- when: manual - when: manual
sync_g1: sync_g1:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment