Skip to content

Commit 2e47ef2

Browse files
committed
fix: change cron
1 parent 17081c7 commit 2e47ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ workflows:
5151
daily_actions:
5252
triggers:
5353
- schedule:
54-
cron: "0 9 * * *" # UTC 09:00 (Beijing 17:00)
54+
cron: "0 2 * * *" # UTC 02:00 (Beijing 10:00)
5555
filters:
5656
branches:
5757
only:

0 commit comments

Comments
 (0)