Auto-cancel redundant pipelines
Problem to solve
Currently, there is an option Auto-cancel redundant, pending pipelines which is a great feature.
But it would be nice, if there is an option to cancel also redundant, running pipelines. This will save a lot of CI minutes if there are many merges into the same branch.
Intended users
Project managers
Further details
- A pipeline is running for a merge on
master - A new merge into
masteris starting a new (pending) pipeline - The running pipeline should be canceled, because the new one will do the same jobs