Skip to content

Cancel all pipelines on newer commit

Tim Jaacks requested to merge cancel-all-pipelines-on-newer-commit into master

We already canceled running pipelines before. Gitlab, however, might have already canceled previous pipelines automatically, but without canceling their child pipelines. Extend the mechanism now to cancel all pipelines up to and including "running" as well as "canceled" states.

Merge request reports