Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: cancel workflows when PRs are updated
For zloop, zfs-qemu, and codeql workflows cancel in-progress jobs when the PR is updated. We always let the style checker run since it only takes a few minutes to complete. Relevant GitHub Actions documentation: The following concurrency group cancels in-progress jobs or run on pull_request events only; if github.head_ref is undefined, the concurrency group will fallback to the run ID, which is guaranteed to be both unique and defined for the run. https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#example-using-a-fallback-value Signed-off-by: Brian Behlendorf <[email protected]> Issue #16562
- Loading branch information