Skip to content

Commit 1e7b72d

Browse files
committed
fix(ci): 修复 sing-box 定时更新触发
1 parent bf0ffca commit 1e7b72d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-sing-box.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: 自动更新 sing-box eBPF 内核
55

66
on:
77
schedule:
8-
- cron: '3,13,23,33,43,53 * * * *'
8+
- cron: '*/10 * * * *'
99
workflow_dispatch:
1010
inputs:
1111
force:

0 commit comments

Comments
 (0)