From 35ef9294adae72b1016a792f05afeafda88ccebf Mon Sep 17 00:00:00 2001 From: galargh Date: Fri, 21 Jun 2024 10:52:17 +0100 Subject: [PATCH] fix: ci: update concurrency group settings of the sorted pr checks workflow --- .github/workflows/sorted-pr-checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sorted-pr-checks.yml b/.github/workflows/sorted-pr-checks.yml index 70b55a5091c..48751fabbd6 100644 --- a/.github/workflows/sorted-pr-checks.yml +++ b/.github/workflows/sorted-pr-checks.yml @@ -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: