GitHub Actions Cron Schedule Builder
Build the schedule: cron: expression for GitHub Actions workflows. Validate syntax and preview next run times in UTC.
Minute0-59
Hour0-23
Day (month)1-31
Month1-12
Weekday0-7
Use * for every, */n for every n, a-b for a range, a,b for a list.
Common Use Cases
- Nightly CI cron jobGenerate 0 2 * * * for a nightly build or test run at 02:00 UTC — a common schedule for comprehensive integration test suites.
- Weekly dependency auditGenerate 0 8 * * 1 to run pnpm audit or npm audit every Monday morning at 08:00 UTC, keeping your dependency vulnerabilities in check.
- End-of-month report workflowGenerate 0 6 1 * * to trigger a monthly report workflow on the 1st of every month at 06:00 UTC — useful for billing or analytics aggregation.
Pro plan — coming soon
Save your history, create reusable presets, and share outputs with a link. One plan, all tools.
See what's planned →Frequently Asked Questions
Related Tools
API Request Builder
Build and send HTTP requests from your browser. Set method, headers, and body, then see the full response with status, headers, and body. Server-side proxy avoids CORS restrictions.
HTTP Header Analyzer
Paste raw HTTP response headers and check for missing or misconfigured security headers: CSP, HSTS, X-Frame-Options, and more.
Redirect Checker
Follow HTTP redirect chains for any URL. See every hop with status code, Location header, and timing. Debug redirect loops, broken chains, and final destinations.