From 9af8e08b987130839293fa34c546a82643df8e31 Mon Sep 17 00:00:00 2001 From: Andrea Lamparelli Date: Tue, 20 Jun 2023 12:01:39 +0200 Subject: [PATCH] [BXMSPROD-2067] Fix PR workflow concurrency group (#282) --- .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 ab1e69fe4..501173006 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -14,7 +14,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: