Cron Expression Builder

Type a cron expression — get plain English instantly. Or click a preset to start.

minutehourday (month)monthday (week)

Cheat sheet

SymbolMeaningExample
*every value* * * * * — every minute
,list0 9,17 * * * — at 9am and 5pm
-range0 9 * * 1-5 — weekdays at 9am
/step*/10 * * * * — every 10 minutes

Using cron in GitHub Actions?

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 →