chore: clippy concurrency
All checks were successful
Code quality / check (pull_request) Successful in 1m38s

This commit is contained in:
Naxdy 2024-04-08 22:58:26 +02:00
parent ba7164dd9c
commit b5f206b536
Signed by: Naxdy
GPG key ID: CC15075846BCE91B

View file

@ -3,7 +3,7 @@ name: Code quality
on: pull_request
concurrency:
group: ${{ gitea.ref }}
group: ${{ env.GITHUB_REF_NAME }}
cancel-in-progress: true
jobs: