Skip to content

Commit

Permalink
fix: sane timing for cron job
Browse files Browse the repository at this point in the history
  • Loading branch information
zeyu2001 committed Jul 23, 2024
1 parent 454c9e8 commit 0913157
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 @@ -6,7 +6,7 @@ on:
pull_request:
branches: ["develop"]
schedule:
- cron: "39 13 * * 2"
- cron: "0 10 * * *"

jobs:
analyze:
Expand Down

0 comments on commit 0913157

Please sign in to comment.