[skip,ci] 修复workflow 定时

This commit is contained in:
Xwite
2023-03-25 19:07:25 +08:00
parent e21781e580
commit 326cbca16f
3 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -7,7 +7,8 @@ name: closeStaleIssue
on:
schedule:
- cron: '30 1 * * *'
# 每5天北京时间9点
- cron: '30 1 1/5 * *'
jobs:
stale: