From 9e905c7e142ffdd44f9e15b10a002ad4e527840d Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Fri, 16 Feb 2024 19:25:21 -0500 Subject: [PATCH] Add concurrency for ci-snapshot.yml to support branches (cherry picked from commit ec5497e7b489b864020d1101e04f94b1dd114bee) --- .github/workflows/ci-snapshot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci-snapshot.yml b/.github/workflows/ci-snapshot.yml index 355d3a79a7..6df6f978d9 100644 --- a/.github/workflows/ci-snapshot.yml +++ b/.github/workflows/ci-snapshot.yml @@ -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