Change Release Schedule Time Day
- So that it happens while more of the team is online
This commit is contained in:
2
.github/workflows/release-scheduler.yml
vendored
2
.github/workflows/release-scheduler.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user