Skip to content

Commit

Permalink
Remove schedule CodeQL run
Browse files Browse the repository at this point in the history
This fails for me every day for some reason (starting about a month
ago). The same commit went through the workflow fine when the action was
triggered by a push.

I think there's no reason for us to have a cron run as the changes to the
master branch can only come from commit pushes.
  • Loading branch information
jianglai committed Oct 2, 2024
1 parent 7a4abd9 commit 10b1a09
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ on:
pull_request:
# The branches below must be a subset of the branches above
branches: [ 'master' ]
schedule:
- cron: '24 4 * * *'

jobs:
analyze:
Expand Down

0 comments on commit 10b1a09

Please sign in to comment.