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
|
pull-requests: write
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.event.inputs.pull_number }}-${{ github.event.workflow_run.id }}
|
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: true
|
cancel-in-progress: false
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
comment:
|
comment:
|
||||||
|
Loading…
Reference in New Issue
Block a user