This is an automated email from the ASF dual-hosted git repository.
markt-asf pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 6768255065 Add workflow_dispatch trigger to CodeQL workflow
6768255065 is described below
commit 676825506542af20f7ef433831dc38cfa7c5661f
Author: Mark Thomas <[email protected]>
AuthorDate: Thu May 14 09:22:03 2026 +0100
Add workflow_dispatch trigger to CodeQL workflow
Allow manual triggering
---
.github/workflows/codeql.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 814b446540..006c4eba2a 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -19,6 +19,7 @@ on:
branches: [ "main" ]
schedule:
- cron: '16 14 * * 4'
+ workflow_dispatch:
jobs:
analyze:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]