Skip to content

Commit

Permalink
ci(schedule): adjust cron date to offset midnight traffic
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-bell committed Sep 30, 2024
1 parent 2f96730 commit ff1717c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: scheduled
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
- cron: "0 03 * * *"
push:
branches: [main]

Expand Down

0 comments on commit ff1717c

Please sign in to comment.