Skip to content

Commit

Permalink
Update fetchRss.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raileo98 authored Oct 22, 2024
1 parent ec0bd79 commit b237d59
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/fetchRss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ on:
schedule:
- cron: '*/5 * * * *' # 每隔 5 分鐘運行一次
- cron: '*/10 * * * *' # 每隔 10 分鐘運行一次
# - cron: '*/15 * * * *' # 每隔 15 分鐘運行一次
# - cron: '*/20 * * * *' # 每隔 20 分鐘運行一次
# - cron: '*/25 * * * *' # 每隔 25 分鐘運行一次
# - cron: '*/30 * * * *' # 每隔 30 分鐘運行一次
- cron: '*/15 * * * *' # 每隔 15 分鐘運行一次
- cron: '*/20 * * * *' # 每隔 20 分鐘運行一次
- cron: '*/25 * * * *' # 每隔 25 分鐘運行一次
- cron: '*/30 * * * *' # 每隔 30 分鐘運行一次

jobs:
deploy:
Expand Down

0 comments on commit b237d59

Please sign in to comment.