Add concurrency for ci-snapshot.yml to support branches

**Auto-cherry-pick to `6.1.x`**
This commit is contained in:
Artem Bilan
2024-02-16 19:25:21 -05:00
parent 8ac152007d
commit ec5497e7b4

View File

@@ -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