forked from NaxdyOrg/NaxGCC-FW
chore: cancel previous clippy runs if need be
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
|
on: pull_request
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: "${{ github.ref }}"
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check:
|
check:
|
||||||
runs-on: nix-flakes
|
runs-on: nix-flakes
|
||||||
|
|
Loading…
Add table
Reference in a new issue