Skip to content
Snippets Groups Projects
Commit 43c37b47 authored by Georges Racinet's avatar Georges Racinet
Browse files

CI/CD: run if triggered by an upstream pipeline

For instance, in the case of pipelines for the py-heptapod default branch,
a HGitaly pipeline is triggered, but it fails and the upstream pipeline
fails.
parent 803e3656
No related branches found
No related tags found
1 merge request!176Making Heptapod 0.38 the new stable
......@@ -20,6 +20,7 @@
# from the web.
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
- if: '$CI_PIPELINE_SOURCE == "web"'
- if: '$CI_PIPELINE_SOURCE == "pipeline"'
- if: '$CI_PIPELINE_SOURCE == "push"'
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