缩短更新间隔

This commit is contained in:
develop202
2026-01-16 08:22:27 +08:00
parent 2ab259b494
commit 79cf1e7b4f
4 changed files with 24 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ on:
workflow_dispatch:
# push:
schedule:
- cron: 0 */4 * * *
- cron: 0 */1 * * *
jobs:
run:
runs-on: ubuntu-latest