[meta] Allow running CodeQL manually

Necessary to get GitHub to resync the status until the next time it runs
This commit is contained in:
Manav Rathi 2025-03-28 13:49:53 +05:30
parent 4035a06040
commit 02d2db3e43
No known key found for this signature in database

View File

@ -11,6 +11,7 @@
name: "CodeQL"
on:
workflow_dispatch: # Allow running manually
schedule:
- cron: "22 1 * * 1"