From 36c1080cf4c72af46bb9ae85834e210be2151b79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=BA=C5=A1=20N=C3=A1me=C5=A1n=C3=BD?= Date: Sat, 25 Oct 2025 13:17:35 +0200 Subject: [PATCH] Update health_monitor.yaml --- .github/workflows/health_monitor.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/health_monitor.yaml b/.github/workflows/health_monitor.yaml index 43a4b1a..7888388 100644 --- a/.github/workflows/health_monitor.yaml +++ b/.github/workflows/health_monitor.yaml @@ -3,6 +3,9 @@ name: Cluster Health Status on: schedule: - cron: '0 * * * *' + push: + paths: + - .github/workflows/* workflow_dispatch: jobs: @@ -12,7 +15,6 @@ jobs: steps: - name: Check endpoints run: | - # Simple and clean endpoint checker ENDPOINTS="${{ secrets.CLUSTER_ENDPOINTS }}" # Validate input