Skip to content

Commit

Permalink
ci(CodeQL): update cron frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
gabor-boros committed Oct 8, 2021
1 parent 210c58f commit 05db753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
branches: [ main ]
schedule:
- cron: '* */12 * * *'
- cron: '0 0 * * 1'

jobs:
analyze:
Expand Down

0 comments on commit 05db753

Please sign in to comment.