This is an automated email from the ASF dual-hosted git repository. ramanathan1504 pushed a commit to branch fix/remove-dead-codeql-schedule in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit afbfbb9ec21528eef52e75daa162a79a6c4f75d7 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 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' }}
