We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5696315 commit 95dc8e0Copy full SHA for 95dc8e0
.github/workflows/generate-bindings.yml
@@ -2,10 +2,10 @@ name: Generate bindings
2
3
on:
4
schedule:
5
- # Run the CI at 02:22 UTC every Tuesday
+ # Run the CI at 00:11 UTC every night
6
# We pick an arbitrary time outside of most of the world's work hours
7
# to minimize the likelihood of running alongside a heavy workload.
8
- - cron: '22 2 * * 2'
+ - cron: '11 0 * * *'
9
workflow_dispatch:
10
11
env:
0 commit comments