Skip to content

Commit

Permalink
Run daily builds at 8am EST / 2pm CET
Browse files Browse the repository at this point in the history
I'm currently getting daily notifications on my phone at about 10pm. I think we should move the daily builds into the EST morning, so in case there is an issue it is more actionable.

Another option would be CET morning, which would give more time in case engineering action is needed.
  • Loading branch information
kewisch authored Jan 20, 2025
1 parent 6f3f5d2 commit 44b85aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Daily Builds
on:
workflow_dispatch:
schedule:
- cron: '8 20 * * *'
- cron: '8 13 * * *'

permissions:
contents: read
Expand Down

0 comments on commit 44b85aa

Please sign in to comment.