chore: cancel previous clippy runs if need be
All checks were successful
Publish nightly release / build (push) Successful in 1m38s
All checks were successful
Publish nightly release / build (push) Successful in 1m38s
This commit is contained in:
parent
d49c72d9c0
commit
c2e4066125
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@ name: Code quality
|
|||
|
||||
on: pull_request
|
||||
|
||||
concurrency:
|
||||
group: "${{ github.ref }}"
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
check:
|
||||
runs-on: nix-flakes
|
||||
|
|
Loading…
Reference in a new issue