Skip to content

Commit dfc042e

Browse files
authored
chore(repo): set canary schedule to 8pm utc (#32574)
1 parent 0560433 commit dfc042e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: publish
33
on:
44
# Automated schedule - canary releases from master
55
schedule:
6-
- cron: "0 3 * * 2-6" # Tuesdays - Saturdays, at 3am UTC
6+
- cron: "0 20 * * 1-5" # Monday - Friday, at 20:00 UTC (8pm UTC)
77
release:
88
types: [ published ]
99

0 commit comments

Comments
 (0)