Skip to content

gitlab-ci: Fix "triggered by Marge for a merge request" rule

Michel Dänzer requested to merge daenzer/mesa:gitlab-ci-Marge-MR-only into master

The commit below changed the rule such that it accidentally also applied to the non-MR pipelines created by Marge, resulting in Marge triggering twice as many jobs as necessary.

Fixes: 549b4a3d "gitlab-ci: Automatically run pipelines for Marge Bot pre-merge only"

Merge request reports