mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 08:34:22 +00:00
Update health_monitor.yaml
This commit is contained in:
4
.github/workflows/health_monitor.yaml
vendored
4
.github/workflows/health_monitor.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user