Skip to content

Commit

Permalink
Add concurrency for ci-snapshot.yml to support branches
Browse files Browse the repository at this point in the history
(cherry picked from commit ec5497e)
  • Loading branch information
artembilan authored and spring-builds committed Feb 17, 2024
1 parent 3be6795 commit 9e905c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e905c7

Please sign in to comment.