From 0623c29de70863f5e06ea1fd411e524c17408cd2 Mon Sep 17 00:00:00 2001 From: Eric <5089238+emizzle@users.noreply.github.com> Date: Thu, 2 Jul 2026 01:45:54 +1000 Subject: [PATCH] chore: increase bootstrap health check frequency (#1477) --- .github/workflows/bootstrap-health-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bootstrap-health-check.yml b/.github/workflows/bootstrap-health-check.yml index 782d750a..ad7896ca 100644 --- a/.github/workflows/bootstrap-health-check.yml +++ b/.github/workflows/bootstrap-health-check.yml @@ -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: