Change Release Schedule Time Day

- So that it happens while more of the team is online
This commit is contained in:
Josh Cummings
2024-08-15 09:38:46 -06:00
parent 4f1b41eedb
commit 002de84322

View File

@@ -2,7 +2,7 @@ name: Release Scheduler
on:
schedule:
- cron: '15 13 * * THU' # Every Tuesday at 13:15pm UTC
- cron: '15 16 * * THU' # Every Thursday at 16:15pm UTC
workflow_dispatch:
permissions: read-all