Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Scheduled Health Check #29736

Scheduled Health Check

Scheduled Health Check #29736

Workflow file for this run

name: Scheduled Health Check
# Controls when the action will run.
on:
schedule:
- cron: "*/5 * * * *"
jobs:
health_check_job:
runs-on: ubuntu-latest
name: Check all sites
steps:
- uses: actions/checkout@v2
- name: Run Shell Script
id: shell_script_run
run: bash ./health-check.sh