mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-07 23:24:39 +08:00
🎨 workflow 里增加 concurrency 设置并发限制
This commit is contained in:
4
.github/workflows/maven-publish.yml
vendored
4
.github/workflows/maven-publish.yml
vendored
@@ -4,6 +4,10 @@ on:
|
||||
branches:
|
||||
- develop
|
||||
|
||||
concurrency:
|
||||
group: maven-publish-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
build-and-publish:
|
||||
runs-on: ubuntu-latest
|
||||
|
Reference in New Issue
Block a user