This is an automated email from the ASF dual-hosted git repository.
ppkarwasz pushed a commit to branch 2.25.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.25.x by this push:
new df4d4bc705 workflow: remove dead schedule from codeql-analysis; fix
concurrency comment for 2.25.x (#4298)
df4d4bc705 is described below
commit df4d4bc7050127ba171e3a9b141e20942eb8021a
Author: Ramanathan <[email protected]>
AuthorDate: Thu Sep 3 20:33:23 2026 +0530
workflow: remove dead schedule from codeql-analysis; fix concurrency
comment for 2.25.x (#4298)
---
.github/workflows/codeql-analysis.yaml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/.github/workflows/codeql-analysis.yaml
b/.github/workflows/codeql-analysis.yaml
index 490ed8f58b..b270435a41 100644
--- a/.github/workflows/codeql-analysis.yaml
+++ b/.github/workflows/codeql-analysis.yaml
@@ -25,10 +25,8 @@ on:
- "2.25.x"
- "release/2.25.*"
pull_request:
- schedule:
- - cron: '32 12 * * 5'
-# Cancel in-progress runs when a newer commit lands on the same PR; pushes to
2.x run to completion.
+# Cancel in-progress runs when a newer commit lands on the same PR; pushes to
2.25.x run to completion.
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}