Skip to content

Commit 3dd25f2

Browse files
committed
Modify schedule
1 parent 78ff2cb commit 3dd25f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
branches:
1010
- "**"
1111
schedule:
12-
- cron: "0 4 * * *" # run every day at 4am UTC (nightly builds)
12+
- cron: "0 3 * * *" # run every day at 3am UTC (nightly builds)
1313
workflow_call:
1414
inputs:
1515
is_production_release:

0 commit comments

Comments
 (0)