Skip to content

Commit

Permalink
Update run.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaowine authored Dec 3, 2024
1 parent a81486b commit 054968f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Deploy to GitHub Pages
on:
schedule:
# 每月1-7号每天10点运行一次
- cron: '0 2 1-7 * *' # 10 AM China Standard Time (CST, UTC+8)
# 每周二运行一次
- cron: '0 2 * * 2' # 10 AM China Standard Time (CST, UTC+8)
- cron: '0 2 1-7 * *' # 10 AM China Standard Time (CST, UTC+8)
# 每周二和周五运行一次
- cron: '0 2 * * 2,5' # 10 AM China Standard Time (CST, UTC+8)
push:
branches:
- master
Expand Down

0 comments on commit 054968f

Please sign in to comment.