Skip to content

Scheduled Health Check #23450

Scheduled Health Check

Scheduled Health Check #23450

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