Skip to content

Commit

Permalink
[BXMSPROD-2067] Fix PR workflow concurrency group (#1570) (#1572)
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 authored Jun 21, 2023
1 parent 2ec1775 commit e7df903
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 @@ -11,7 +11,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 e7df903

Please sign in to comment.