Skip to content

Scheduled Health Check #556

Scheduled Health Check

Scheduled Health Check #556

Workflow file for this run

name: Scheduled Health Check
# Controls when the action will run.
on:
schedule:
- cron: "0 0/12 * * *"
workflow_dispatch:
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