Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
e2e: Only run one job at a time for a given PR
If you push updates to a PR, currently we're leaving `e2e` jobs for all past revisions to keep running. If you do a few quick updates, that ends up wasting a lot of resources. This change ensures that for a given PR, only one of these jobs runs at a time. A previous run will get canceled and replaced with one against the latest version of the PR. Signed-off-by: Russell Bryant <[email protected]>
- Loading branch information