This is an automated email from the ASF dual-hosted git repository.
jdaugherty pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-spring-security.git
The following commit(s) were added to refs/heads/7.0.x by this push:
new 60d49dc0b Add concurrency settings to release workflow
60d49dc0b is described below
commit 60d49dc0bc5973d91d69ffc6606c4ce60793abf1
Author: James Daugherty <[email protected]>
AuthorDate: Thu Feb 12 07:05:03 2026 -0500
Add concurrency settings to release workflow
---
.github/workflows/release.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index d98f6b6bf..212a73330 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -34,6 +34,9 @@ env:
SVN_FOLDER: spring-security
TAG: ${{ github.event.release.tag_name }}
VERSION: will be computed in each job
+concurrency:
+ group: release-pipeline
+ cancel-in-progress: false
jobs:
publish:
name: "Stage Jar Files"