ci: remove `github.sha` from concurrency group
Otherwise workflow runs on staging/trying branches won't be cancelled automatically.
This commit is contained in:
parent
79f8cbd612
commit
1f6e2c4ee6
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue