diff --git a/.github/workflows/flow-pull-request-checks.yaml b/.github/workflows/flow-pull-request-checks.yaml index 327301dc7..765962d8c 100644 --- a/.github/workflows/flow-pull-request-checks.yaml +++ b/.github/workflows/flow-pull-request-checks.yaml @@ -28,7 +28,7 @@ defaults: shell: bash concurrency: - group: pr-checks-${{ github.repository }}-${{ github.ref }} + group: pr-checks-${{ github.workflow }}-${{ github.head_ref || github.run_id }} cancel-in-progress: true jobs: diff --git a/.github/workflows/flow-pull-request-formatting.yaml b/.github/workflows/flow-pull-request-formatting.yaml index 9fc0b8a79..1b7d52ca0 100644 --- a/.github/workflows/flow-pull-request-formatting.yaml +++ b/.github/workflows/flow-pull-request-formatting.yaml @@ -33,7 +33,7 @@ permissions: statuses: write concurrency: - group: pr-formatting-${{ github.repository }}-${{ github.ref }} + group: pr-formatting-${{ github.workflow }}-${{ github.head_ref || github.run_id }} cancel-in-progress: true jobs: