fix: ci: update concurrency group settings of the sorted pr checks workflow
This commit is contained in:
parent
724e22e567
commit
35ef9294ad
4
.github/workflows/sorted-pr-checks.yml
vendored
4
.github/workflows/sorted-pr-checks.yml
vendored
@ -22,8 +22,8 @@ permissions:
|
||||
pull-requests: write
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.inputs.pull_number }}-${{ github.event.workflow_run.id }}
|
||||
cancel-in-progress: true
|
||||
group: ${{ github.workflow }}-${{ github.event.inputs.pull_number }}-${{ github.event.workflow_run.head_repository.full_name }}-${{ github.event.workflow_run.head_branch }}
|
||||
cancel-in-progress: false
|
||||
|
||||
jobs:
|
||||
comment:
|
||||
|
Loading…
Reference in New Issue
Block a user