Merge pull request #24697 from BerriAI/litellm_codeql_gha

[Infra] Improve CodeQL scanning coverage and schedule
This commit is contained in:
yuneng-jiang
2026-03-27 12:17:39 -07:00
committed by GitHub
2 changed files with 11 additions and 12 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ on:
pull_request:
branches: [main]
schedule:
# Run weekly on Sundays at 04:00 UTC
- cron: "0 4 * * 0"
# Run daily at 04:00 UTC
- cron: "0 4 * * *"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}