Skip to content

Commit 95dc8e0

Browse files
authored
fix: fix cron schedule for generating bindings (#515)
Signed-off-by: Esteve Fernandez <[email protected]>
1 parent 5696315 commit 95dc8e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/generate-bindings.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Generate bindings
22

33
on:
44
schedule:
5-
# Run the CI at 02:22 UTC every Tuesday
5+
# Run the CI at 00:11 UTC every night
66
# We pick an arbitrary time outside of most of the world's work hours
77
# to minimize the likelihood of running alongside a heavy workload.
8-
- cron: '22 2 * * 2'
8+
- cron: '11 0 * * *'
99
workflow_dispatch:
1010

1111
env:

0 commit comments

Comments
 (0)