Remove the push workflow dispatch

This commit is contained in:
E M 2026-06-19 21:02:36 +10:00
parent 1fd84177e1
commit c7aec11b1d
No known key found for this signature in database

View File

@ -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: