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: