From 2c8ead684d447198c12eb89e91686379c77147c0 Mon Sep 17 00:00:00 2001 From: Andrea Lamparelli Date: Mon, 19 Jun 2023 14:24:44 +0200 Subject: [PATCH] [BXMSPROD-2067] Fix PR workflow concurrency group --- .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 32c61d8a..d16ea34b 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -13,7 +13,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: