Schedule workflows using cron syntax in UTC.
Section: Workflow skeleton
Run on a cron schedule
yaml
yaml
on:
schedule:
- cron: "0 6 * * 1-5"Explanation
Scheduled workflows are good for cleanup, dependency updates, sync jobs, and audits.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Workflow skeleton