Skip to content

ci: disable duplicated pipelines

Helen Mae Koike Fornazier requested to merge helen.fornazier/mesa:ci_dup into main

ci: disable duplicated pipelines triggered by marge

When Marge rebases, it creates two pipelines, one in the author's account due to the rebase and another one in the target account due to the merge request event. Depending on the order they appear, Marge erroneously check the author's pipeline, and since it doesn't have the rights to start this pipeline, Marge fails to merge because it timed out (since the pipeline never got run).

Fix this by disabling the author's pipeline (source of type "push") when a merge request is open.

See !24685 (comment 2044532)

Signed-off-by: Helen Koike helen.koike@collabora.com

Edited by Guilherme Gallo

Merge request reports