Skip to content

Commit

Permalink
chore: adjust cron schedule for CodeQL (#230)
Browse files Browse the repository at this point in the history
Co-authored-by: Lance Lan Meng <[email protected]>
  • Loading branch information
allthatjazzleo and freeelancer authored Nov 26, 2024
1 parent d22df14 commit a10f7c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
pull_request:
branches: [ "main" ]
schedule:
- cron: '0 * * * *'
- cron: '0 0 * * *'

jobs:
analyze:
Expand Down

0 comments on commit a10f7c9

Please sign in to comment.