Skip to content

Commit

Permalink
[BXMSPROD-2067] Fix PR workflow concurrency group (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
lampajr committed Jun 21, 2023
1 parent 72399e7 commit 9af8e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9af8e08

Please sign in to comment.