Update GitHub Actions workflow concurrency group format

This commit is contained in:
SoftFever
2025-10-28 22:19:03 +08:00
parent 1e8feab2a3
commit 9069d0be39

View File

@@ -41,7 +41,7 @@ on:
default: false
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true