Skip to content

Commit

Permalink
Merge pull request #80 from lampajr/pr_concurrency (#81)
Browse files Browse the repository at this point in the history
[BXMSPROD-2067] Fix PR workflow concurrency group

Co-authored-by: Andrea Lamparelli <a.lamparelli95@gmail.com>
  • Loading branch information
github-actions[bot] and lampajr committed Jun 21, 2023
1 parent ca9d374 commit 0790183
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 0790183

Please sign in to comment.