##// END OF EJS Templates
heptapod-ci: always make the default run condition explicit...
Raphaël Gomès -
r51633:1aba446b stable
parent child Browse files
Show More
@@ -11,9 +11,11 b' workflow:'
11 - if: $CI_COMMIT_BRANCH =~ /^branch\/.*/ && $CI_PIPELINE_SOURCE != "web"
11 - if: $CI_COMMIT_BRANCH =~ /^branch\/.*/ && $CI_PIPELINE_SOURCE != "web"
12 when: never
12 when: never
13 - if: $CI_PIPELINE_SOURCE == "merge_request_event"
13 - if: $CI_PIPELINE_SOURCE == "merge_request_event"
14 when: always
14 - if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS
15 - if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS
15 when: never
16 when: never
16 - if: $CI_COMMIT_BRANCH
17 - if: $CI_COMMIT_BRANCH
18 when: always
17
19
18 stages:
20 stages:
19 - tests
21 - tests
General Comments 0
You need to be logged in to leave comments. Login now