# HG changeset patch
# User Georges Racinet <georges.racinet@octobus.net>
# Date 1690448060 -7200
#      Thu Jul 27 10:54:20 2023 +0200
# Branch oldstable
# Node ID bf041abbf98eab55c85f47a37399c5fbb592021d
# Parent  7f25eeb5c5398e6f0bba1b6e395af8be1fbd6e18
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.

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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