Add concurrency for ci-snapshot.yml to support branches
**Auto-cherry-pick to `6.1.x`**
This commit is contained in:
4
.github/workflows/ci-snapshot.yml
vendored
4
.github/workflows/ci-snapshot.yml
vendored
@@ -8,6 +8,10 @@ on:
|
||||
- main
|
||||
- '*.x'
|
||||
|
||||
concurrency:
|
||||
group: group-snapshot-for-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
build-snapshot:
|
||||
uses: spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-snapshot.yml@main
|
||||
|
||||
Reference in New Issue
Block a user