Skip to content

Commit

Permalink
[BXMSPROD-2067] Fix PR workflow concurrency group (#1394) (#1395)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrea Lamparelli <[email protected]>
  • Loading branch information
github-actions[bot] and lampajr committed Jun 21, 2023
1 parent 28eb5fd commit 69dda99
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 @@ -12,7 +12,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 69dda99

Please sign in to comment.