Cron Doctor · configuration analysis
GitHub Actions cron validator
Paste a scheduled workflow to inspect its trigger set alongside visible job reliability settings.
Open Cron DoctorWhat you can check
- Explain supported on.schedule cron triggers and their timezone context.
- Review visible workflow and job concurrency controls.
- Inspect static timeout settings with source evidence.
What remains unknown
Scheduled workflows can be delayed under load. Previewed times describe schedule intent, not guaranteed dispatch or successful execution.
Synthetic example
name: backup
on:
schedule:
- cron: '0 2 * * *'
jobs:
backup:
runs-on: ubuntu-latest
steps:
- run: echo okYour configuration is sent to PingCron for analysis. It is not saved and is never executed. A static report does not establish runtime health.