[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

View File

@@ -3,7 +3,7 @@ name: update fork
on:
schedule:
- cron: '0 16 * * *' #设置定时任务
- cron: '0 16 * * *' #0点定时任务
jobs:
build:

View File

@@ -2,7 +2,8 @@ name: Update Cronet
on:
schedule:
- cron: 0 0 * * *
# 周一北京时间9点
- cron: 0 1 * * 1
workflow_dispatch:
jobs:

View File

@@ -7,7 +7,8 @@ name: closeStaleIssue
on:
schedule:
- cron: '30 1 * * *'
# 每5天北京时间9点
- cron: '30 1 1/5 * *'
jobs:
stale: