Skip to content
Snippets Groups Projects
Commit 1aba446bf8e6 authored by Raphaël Gomès's avatar Raphaël Gomès
Browse files

heptapod-ci: always make the default run condition explicit

This has no effect on behavior, it's just to make everything obvious.
parent f5b02cce82ff
No related branches found
No related tags found
2 merge requests!634merge stable into default,!631heptapod-ci: remove push exception for named branches
......@@ -11,6 +11,7 @@
- if: $CI_COMMIT_BRANCH =~ /^branch\/.*/ && $CI_PIPELINE_SOURCE != "web"
when: never
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
when: always
- if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS
when: never
- if: $CI_COMMIT_BRANCH
......@@ -14,6 +15,7 @@
- if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS
when: never
- if: $CI_COMMIT_BRANCH
when: always
stages:
- tests
......
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