改成每3小时执行一次

This commit is contained in:
qist
2026-01-30 12:18:46 +08:00
parent bd4e8d688f
commit 71a24e100e
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ name: Update xiaosa
on:
workflow_dispatch:
schedule:
- cron: "30 3 * * *"
- cron: "20 */3 * * *"
push:
branches:
- master