Skip to content

Commit f71ac21

Browse files
committed
🎨 workflow 里增加 concurrency 设置并发限制
1 parent 5bde717 commit f71ac21

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/maven-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
branches:
55
- develop
66

7+
concurrency:
8+
group: maven-publish-${{ github.ref }}
9+
cancel-in-progress: true
10+
711
jobs:
812
build-and-publish:
913
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)