This is an automated email from the ASF dual-hosted git repository.
ppkarwasz pushed a commit to branch 2.26.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.26.x by this push:
new a9192e8d96 workflow: remove dead schedule from codeql-analysis; fix
concurrency comment for 2.25.x (#4299)
a9192e8d96 is described below
commit a9192e8d96c44eeefa52f991b9fefcb56cdc477f
Author: Ramanathan <[email protected]>
AuthorDate: Thu Sep 3 20:31:49 2026 +0530
workflow: remove dead schedule from codeql-analysis; fix concurrency
comment for 2.25.x (#4299)
---
.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 3613001977..2cda118045 100644
--- a/.github/workflows/codeql-analysis.yaml
+++ b/.github/workflows/codeql-analysis.yaml
@@ -25,10 +25,8 @@ on:
- "2.26.x"
- "release/2.26.*"
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' }}