Skip to content

ci: Avoid duplicate pipelines for MRs on meta layers

Frieder Schrempf requested to merge feature/avoid-duplicate-meta-pipelines into master

We already have this in yocto-ktn-build.yml and want to apply the same to meta layer pipelines.

Do not run branch pipelines when there is an open MR for this branch. This prevents duplicate piplines (MR & push) for those cases. See:

https://docs.gitlab.com/ee/ci/yaml/workflow.html#switch-between-branch-pipelines-and-merge-request-pipelines

Merge request reports