Skip to content

Commit

Permalink
Change Code-QL to run daily from weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
tlex committed Jul 26, 2024
1 parent 49accc2 commit 64182d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
# The branches below must be a subset of the branches above
branches: [master]
schedule:
- cron: '0 19 * * 0'
- cron: '0 19 * * *'

jobs:
analyze:
Expand Down

0 comments on commit 64182d8

Please sign in to comment.