Skip to content

ci: Do not create pipelines for branches with open MRs

Florian Müllner requested to merge fmuellner/polari:fewer-pipes into main

Pipelines for non-protected branches are set to 'manual', and thus cheap. However they may still get picked by @marge-bot, meaning that the bot waits for the completion of a pipeline that never starts.

Avoid that by not creating pipelines for branches with open merge requests.

Credit to Jordan, who came up with this for gst.

Merge request reports