From c02c43a0f69ac4d4a8f215a6bce353ea7082ba08 Mon Sep 17 00:00:00 2001 From: Andrea Lamparelli Date: Wed, 21 Jun 2023 17:17:28 +0200 Subject: [PATCH] [BXMSPROD-2067] Fix PR workflow concurrency group (#5329) (#5340) --- .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 751daa670c4..8211e0ea76b 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -11,7 +11,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: