Update health_monitor.yaml

This commit is contained in:
2025-10-25 13:17:35 +02:00
committed by GitHub
parent 3beb93f68a
commit 36c1080cf4

View File

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