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

test ...

parent 937bac38
No related branches found
No related tags found
1 merge request!51Merge devel (sandbox) branch into public (master) branch
Pipeline #186031 skipped
......@@ -118,8 +118,8 @@ workflow:
rules:
- 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_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_COMMIT_MESSAGE =~ /\[all-jobs\]/ # If the commit message contains "all jobs"
- if: $CI_COMMIT_TAG
......
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