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 78ff2cb commit 3dd25f2Copy full SHA for 3dd25f2
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ on:
9
branches:
10
- "**"
11
schedule:
12
- - cron: "0 4 * * *" # run every day at 4am UTC (nightly builds)
+ - cron: "0 3 * * *" # run every day at 3am UTC (nightly builds)
13
workflow_call:
14
inputs:
15
is_production_release:
0 commit comments