Change RSS update schedule to every 3 hours

This commit is contained in:
东方有鱼名为咸
2026-02-24 22:43:24 +08:00
committed by GitHub
parent fa6b3a2fc7
commit 85cc55e294
+1 -1
View File
@@ -2,7 +2,7 @@ name: Update README with RSS
on:
schedule:
- cron: '0 1 * * *'
- cron: '0 */3 * * *'
workflow_dispatch:
jobs: