Skip to content

Commit 1951237

Browse files
Chris Shellenbargerclaude
andcommitted
Add workflow_dispatch trigger to CodeQL workflow
Allows manual re-runs from GitHub Actions UI. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ae443ee commit 1951237

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: [master]
66
pull_request:
77
branches: [master]
8+
workflow_dispatch:
89
schedule:
910
- cron: "0 6 * * 1" # Weekly Monday 6am UTC
1011

0 commit comments

Comments
 (0)