This is an automated email from the ASF dual-hosted git repository.

ramanathan1504 pushed a commit to branch fix/remove-dead-codeql-schedule-2.26
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit 235ad51996f436886566cf343d68d564cd7717d2
Author: Ramanathan <[email protected]>
AuthorDate: Thu Sep 3 19:52:09 2026 +0530

    workflow: remove dead schedule from codeql-analysis; fix concurrency 
comment for 2.25.x
---
 .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' }}

Reply via email to