Skip to content

Run the local pipeline whenever the parent pipeline triggers it

Emanuele Aina requested to merge wip/em/fix-local-pipeline into apertis/v2022pre

By default pipelines do not run in Merge Request context, but that's exactly what the parent ci-package-builder pipeline is now doing.

Add a rule to run the local pipeline in whatever context the parent pipeline triggered it.

Merge request reports