When a pr is updated or if you are using /merge in the ref spec and
your destination branch gets updated a new build starts running and there is
really no reason to keep the previously queued items or running jobs
going.
This change gives the option to abort running builds and remove queued
builds for a updated pr. This saves resources and time when things are
updated quickly. Addresses request from issue #70
When a pr is updated or if you are using
/merge
in the ref spec and your destination branch gets updated a new build starts running and there is really no reason to keep the previously queued items or running jobs going.This change gives the option to abort running builds and remove queued builds for a updated pr. This saves resources and time when things are updated quickly. Addresses request from issue #70