Type a cron expression — get plain English instantly. Or click a preset to start.
| Symbol | Meaning | Example |
|---|---|---|
* | every value | * * * * * — every minute |
, | list | 0 9,17 * * * — at 9am and 5pm |
- | range | 0 9 * * 1-5 — weekdays at 9am |
/ | step | */10 * * * * — every 10 minutes |
Grab the GitHub Actions CI/CD Pack — 11 production-ready workflows (scheduled jobs, matrix tests, deploys, releases, security scans), commented line-by-line.
Get the pack →