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

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: on:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
- cron: "0 3 * * *" - cron: "2 * * * *"
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest