chore: clippy concurrency (#10)
All checks were successful
Publish nightly release / build (push) Successful in 1m36s
All checks were successful
Publish nightly release / build (push) Successful in 1m36s
Reviewed-on: #10
This commit is contained in:
parent
fd9f9b533f
commit
8a0760a620
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ name: Code quality
|
|||
on: pull_request
|
||||
|
||||
concurrency:
|
||||
group: ${{ gitea.ref }}
|
||||
group: ${{ env.GITHUB_HEAD_REF }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in a new issue