Skip to content

Commit 9e905c7

Browse files
artembilanspring-builds
authored andcommitted
Add concurrency for ci-snapshot.yml to support branches
(cherry picked from commit ec5497e)
1 parent 3be6795 commit 9e905c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci-snapshot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
- main
99
- '*.x'
1010

11+
concurrency:
12+
group: group-snapshot-for-${{ github.ref }}
13+
cancel-in-progress: true
14+
1115
jobs:
1216
build-snapshot:
1317
uses: spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-snapshot.yml@main

0 commit comments

Comments
 (0)