Skip to content

Commit

Permalink
Update cron in codeql-analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fxamacker authored Oct 5, 2024
1 parent aab1671 commit 77b373c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ on:
push:
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
# Run on pull requests in all branches.
schedule:
- cron: '30 5 * * 4'
- cron: '15 12 * * *' # Run daily at 12:15 UTC / 7:15 AM Central.

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
Expand Down

0 comments on commit 77b373c

Please sign in to comment.