CronHook
Home / Guides

GitHub Actions Monitoring

Monitor your GitHub Actions scheduled workflows. Know instantly when your CI/CD cron jobs fail silently.

Quick Setup

Create a free CronHook check, copy your ping URL, and add it to your GitHub Actions setup:

GitHub Actions
# .github/workflows/cron.yml
name: Scheduled Task
on:
  schedule:
    - cron: '*/5 * * * *'
jobs:
  task:
    runs-on: ubuntu-latest
    steps:
      - run: ./script.sh
      - run: curl -fsS https://cronhook.site/ping/YOUR_CHECK_ID

How It Works

  1. Create a check — Give it a name, set the expected period (e.g. 5 minutes).
  2. Add the ping — Add the curl request (or HTTP call) at the end of your task.
  3. Get alerted — If the ping doesn't arrive on time, CronHook alerts you via Email, Slack, or Discord.

Ready to monitor your GitHub Actions jobs?

Setup takes 10 seconds. Free tier includes 5 monitors, instant email alerts, and no credit card required.

Start Monitoring Free →