Skip to content

Commit

Permalink
[BXMSPROD-2067] Fix PR workflow concurrency group
Browse files Browse the repository at this point in the history
  • Loading branch information
lampajr committed Jun 19, 2023
1 parent b4ae974 commit 1d77f51
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.java-version }}
cancel-in-progress: true
strategy:
matrix:
Expand Down

0 comments on commit 1d77f51

Please sign in to comment.