Skip to content

Disable merge request pipelines

Emiel Wiedijk requested to merge no-mr-pipelines into master

Merge request pipelines sound nice in theory. In practise however, they require the pipelines to run twice: once on the merge request and once on master. Furthermore, the merge train feature, which depends on merge request pipelines, does not support fast-forward for a linear history. Therefore disable merge request pipelines and re-enable the pipeline on all branches.

Merge request reports