Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cancel redundant CI jobs per ref name
For non pull requests, we now cancel older CI jobs for the same name instead of the same commit. This way pushing 4 commits two e.g. `main` with a bit of time in between won't result in 4 CI pipelines, of which the first 3 are redundant at that point.
- Loading branch information