Draft: Launch only branch pipelines, not pipelines labeled with "merge request"

Such a solution is done in hive: https://gitlab.syncad.com/hive/hive/-/blob/master/.gitlab-ci.yaml?ref_type=heads#L36

Before:

When Mr is created meantime branch pipeline is running, additional pipeline labeled with "merge request" would be created

image

Now: Only single "branch" pipeline will run even when MR is created

image

Edited by Mateusz Żebrak

Merge request reports

Loading