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

heptapod-ci: (hopefully) fix the pipeline savings system

There is no easy way for me to test this outside of the actual repo since
it would require setting up `heptapod-runner` locally, making a Git repo
with the right changes, etc. It's not worth my time at this point.

If this fails, I'll try to ask for help from Georges, the maintainer
of Heptapod.
parent 429880fd984c
No related branches found
No related tags found
2 merge requests!634merge stable into default,!629heptapod-ci: (hopefully) fix the pipeline savings system
......@@ -8,7 +8,7 @@
# has succeeded.
workflow:
rules:
- if: $CI_COMMIT_BRANCH =~ /^branch\// && $CI_PIPELINE_SOURCE != "web" && $CI_PIPELINE_SOURCE != "push"
- if: $CI_COMMIT_BRANCH =~ /^branch\/.*/ && $CI_PIPELINE_SOURCE != "web" && $CI_PIPELINE_SOURCE != "push"
when: never
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
- if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS
......
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