Skip to content

Commit 002de84

Browse files
committed
Change Release Schedule Time Day
- So that it happens while more of the team is online
1 parent 4f1b41e commit 002de84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-scheduler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release Scheduler
22

33
on:
44
schedule:
5-
- cron: '15 13 * * THU' # Every Tuesday at 13:15pm UTC
5+
- cron: '15 16 * * THU' # Every Thursday at 16:15pm UTC
66
workflow_dispatch:
77

88
permissions: read-all

0 commit comments

Comments
 (0)