Skip to content
Snippets Groups Projects
Commit 8cf3a550 authored by Franck Pérignon's avatar Franck Pérignon
Browse files

test

parent 8f134838
No related branches found
No related tags found
1 merge request!51Merge devel (sandbox) branch into public (master) branch
...@@ -116,11 +116,11 @@ stages: ...@@ -116,11 +116,11 @@ stages:
workflow: workflow:
rules: rules:
- if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS # To avoid duplicate pipelines #- if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS # To avoid duplicate pipelines
when: never # when: never
#- if: $CI_PIPELINE_SOURCE == "merge_request_event" # If a source branch of a MR is updated #- if: $CI_PIPELINE_SOURCE == "merge_request_event" # If a source branch of a MR is updated
# when: always # when: always
- if: $CI_OPEN_MERGE_REQUESTS # If a MR is created #- if: $CI_OPEN_MERGE_REQUESTS # If a MR is created
- if: $CI_COMMIT_MESSAGE =~ /\[all-jobs\]/ # If the commit message contains "all jobs" - if: $CI_COMMIT_MESSAGE =~ /\[all-jobs\]/ # If the commit message contains "all jobs"
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
- if: $CI_COMMIT_BRANCH # If a branch is updated -> delegates specific behavior control to the jobs - if: $CI_COMMIT_BRANCH # If a branch is updated -> delegates specific behavior control to the jobs
......
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