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:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 * * * *'
|
- cron: '0 * * * *'
|
||||||
|
push:
|
||||||
|
paths:
|
||||||
|
- .github/workflows/*
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -12,7 +15,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Check endpoints
|
- name: Check endpoints
|
||||||
run: |
|
run: |
|
||||||
# Simple and clean endpoint checker
|
|
||||||
ENDPOINTS="${{ secrets.CLUSTER_ENDPOINTS }}"
|
ENDPOINTS="${{ secrets.CLUSTER_ENDPOINTS }}"
|
||||||
|
|
||||||
# Validate input
|
# Validate input
|
||||||
|
|||||||
Reference in New Issue
Block a user