Skip to content

ci_template: use a var to set pipelines to manual

Jordan Petridіs requested to merge alatiera/skip-pipeline into master

When we run the backporting script it creates a lot of MRs that are then assigned to the Merge bot which triggers a new pipeline upon rebasing.

This is a workaround cause push -o ci.skip isn't working for MRs. https://gitlab.com/gitlab-org/gitlab/-/issues/27955

Merge request reports