ci: remove `github.sha` from concurrency group

Otherwise workflow runs on staging/trying branches won't be cancelled
automatically.
This commit is contained in:
messense 2022-11-23 22:15:46 +08:00
parent 79f8cbd612
commit 1f6e2c4ee6
No known key found for this signature in database
GPG Key ID: BB41A8A2C716CCA9
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ on:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}
cancel-in-progress: true
env: