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

CI/CD: unblock triggered pipelines

In the stable branches it's probably not so important to run
triggered HGitaly pipelines, as usually py-heptapod does not change
at all, but in any case this prevents the triggering job in py-heptapod
to appear failed.
parent 7f25eeb5
No related branches found
No related tags found
2 merge requests!186Merging stable branch into default,!177Merged oldstable branch for RHGitaly blob methods
Pipeline #69624 passed
......@@ -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