From 69dda99a336a900917b1aebe6140e3680d15a19b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jun 2023 14:19:48 +0200 Subject: [PATCH] [BXMSPROD-2067] Fix PR workflow concurrency group (#1394) (#1395) Co-authored-by: Andrea Lamparelli --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 7c14ee8c40..7b066da837 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -12,7 +12,7 @@ on: jobs: build-chain: concurrency: - group: pull_request-${{ github.head_ref }} + group: pull_request-${{ github.head_ref }}-${{ matrix.os }}-${{ matrix.java-version }} cancel-in-progress: true strategy: matrix: