From c7aec11b1d7334e29c8f8fa1a5aa4970d4f05d72 Mon Sep 17 00:00:00 2001 From: E M <5089238+emizzle@users.noreply.github.com> Date: Fri, 19 Jun 2026 21:02:36 +1000 Subject: [PATCH] Remove the push workflow dispatch --- .github/workflows/bootstrap-health-check.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/bootstrap-health-check.yml b/.github/workflows/bootstrap-health-check.yml index 7bdda398..782d750a 100644 --- a/.github/workflows/bootstrap-health-check.yml +++ b/.github/workflows/bootstrap-health-check.yml @@ -6,8 +6,6 @@ name: Bootstrap nodes health check # fails the job and opens/updates a tracking issue labelled `bootstrap-health`. on: - push: - branches: [feat/bootstrap-health-check] # ← temporary for testing; remove before merge schedule: - cron: "0 6 * * *" # daily 06:00 UTC workflow_dispatch: