ci: add workflow to the group

Otherwise it cancels other workflows.
This commit is contained in:
link2xt
2023-02-23 18:50:44 +00:00
parent 76514178b6
commit 059c673d00

View File

@@ -3,7 +3,7 @@ name: Rust CI
# Cancel previously started workflow runs
# when the branch is updated.
concurrency:
group: ${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on: