Skip to content

Commit 48d1358

Browse files
committed
Allow concurrent build on different branches
1 parent 3f0dbc1 commit 48d1358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_maven_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222

2323
# only allow one workflow at time on the give activation
2424
concurrency:
25-
group: ${{ github.workflow }}
25+
group: ${{ github.workflow }}_${{ github.ref_name }}
2626
cancel-in-progress: true
2727

2828
jobs:

0 commit comments

Comments
 (0)