Skip to content

Commit

Permalink
Run CI earlier in the weekend
Browse files Browse the repository at this point in the history
  • Loading branch information
cbm755 committed Jul 7, 2024
1 parent a5e94d1 commit 58f2f95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
push:
pull_request:
workflow_call:
# Run weekly Sundays at 12:37am
# Run weekly Saturdays at 9am
schedule:
- cron: "37 0 * * 0"
- cron: "00 09 * * 6"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down

0 comments on commit 58f2f95

Please sign in to comment.