Update GitHub Actions workflow concurrency group format

This commit is contained in:
SoftFever 2025-10-28 22:19:03 +08:00
parent 4ca62922e2
commit d69aaeef3c

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