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