调整定期执行为每小时一次

This commit is contained in:
METO
2025-01-07 17:56:28 +08:00
committed by GitHub
parent e89a704506
commit 50473fa905

View File

@@ -3,7 +3,7 @@ name: build
on:
workflow_dispatch:
schedule:
- cron: "0 3 * * *"
- cron: "2 * * * *"
jobs:
build:
runs-on: ubuntu-latest