fix: ci: update concurrency group settings of the sorted pr checks workflow

This commit is contained in:
galargh 2024-06-21 10:52:17 +01:00 committed by Rod Vagg
parent 724e22e567
commit 35ef9294ad

View File

@ -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: