chore: cancel previous clippy runs if need be
This commit is contained in:
@@ -2,6 +2,10 @@ name: Code quality
|
||||
|
||||
on: pull_request
|
||||
|
||||
concurrency:
|
||||
group: "${{ github.ref }}"
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
check:
|
||||
runs-on: nix-flakes
|
||||
|
||||
Reference in New Issue
Block a user