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 0cad20805 Update release note pipeline to prevent running with release
pipeline
0cad20805 is described below
commit 0cad208055927f9228c0d6216a9d27b68dd36522
Author: James Daugherty <[email protected]>
AuthorDate: Thu Feb 12 07:03:24 2026 -0500
Update release note pipeline to prevent running with release pipeline
---
.github/workflows/release-notes.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/release-notes.yml
b/.github/workflows/release-notes.yml
index 7a087bc04..eb956509a 100644
--- a/.github/workflows/release-notes.yml
+++ b/.github/workflows/release-notes.yml
@@ -27,7 +27,7 @@ on:
workflow_dispatch:
# queue jobs and only allow 1 run per branch due to the likelihood of hitting
GitHub resource limits
concurrency:
- group: ${{ github.workflow }}-${{ github.ref }}
+ group: release-pipeline
cancel-in-progress: false
jobs:
update_release_draft: