Add concurrency for ci-snapshot.yml to support branches
(cherry picked from commit ec5497e7b4)
This commit is contained in:
committed by
Spring Builds
parent
3be679531d
commit
9e905c7e14
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