Skip to content

Commit afe0ec6

Browse files
authored
chore: reschedule canary (#14331)
1 parent 88f37f3 commit afe0ec6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/on-schedule-canary-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
on:
2-
# Tests scheduled at 4pm(UTC) / 9am(PDT) everyday
2+
# Tests scheduled at 3pm(UTC) / 8am(PDT) everyday
33
# default supported timezone is UTC
44
schedule:
5-
- cron: '0 16 * * *'
5+
- cron: '0 15 * * *'
66

77
jobs:
88
canaries:

0 commit comments

Comments
 (0)