Skip to content

Commit 239d451

Browse files
committed
Update daily-check-in.yml to run every 12 hours
1 parent fc9cae9 commit 239d451

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/daily-check-in.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Daily Check-in
22

33
on:
44
schedule:
5-
- cron: '0 1 * * *' # 每天1点 UTC 时间执行
5+
- cron: '0 */12 * * *' # 每12小时执行一次
66
workflow_dispatch:
77

88
jobs:

0 commit comments

Comments
 (0)