Skip to content

Scheduled Health Check #4262

Scheduled Health Check

Scheduled Health Check #4262

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 ./scripts/health-check.sh