chore: increase bootstrap health check frequency (#1477)

This commit is contained in:
Eric 2026-07-02 01:45:54 +10:00 committed by GitHub
parent e44ec82dbb
commit 0623c29de7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ name: Bootstrap nodes health check
on:
schedule:
- cron: "0 6 * * *" # daily 06:00 UTC
- cron: "0 0,6,12,18 * * *" # daily 00:00, 06:00, 12:00, 18:00 UTC
workflow_dispatch:
env: