Skip to content

Commit

Permalink
chore: 修改action运行时间
Browse files Browse the repository at this point in the history
  • Loading branch information
14790897 committed May 5, 2024
1 parent 77bee42 commit 77ac897
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cron_read.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Scheduled Node.js CI

on:
schedule:
# 每天 UTC 时间 00:00 运行
- cron: "0 0 * * *"
# 每天 UTC 时间 18:00 运行
- cron: "0 18 * * *"
workflow_dispatch: # 添加这行以允许手动触发

jobs:
Expand Down

0 comments on commit 77ac897

Please sign in to comment.