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:
workflow:
rules:
- if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS # To avoid duplicate pipelines
when: never
#- if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS # To avoid duplicate pipelines
# when: never
#- if: $CI_PIPELINE_SOURCE == "merge_request_event" # If a source branch of a MR is updated
# 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_TAG
- 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