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

heptapod-ci: turn off pipelines for merge request events

These are always duplicated by the external (from the user) push, or internal
(from Heptapod itself) push pipeline, so they're entirely redundant.
parent 1aba446bf8e6
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,8 @@
- if: $CI_COMMIT_BRANCH =~ /^branch\/.*/ && $CI_PIPELINE_SOURCE != "web"
when: never
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
when: never
- if: $CI_PIPELINE_SOURCE == "push"
when: always
- if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS
when: never
......
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