GitLab pipeline schedules guide
Use GitLab pipeline schedules with cron syntax, timezone settings, and maintenance automation patterns.
GitLab pipeline schedules let you run CI pipelines on a cron-like schedule.
Good schedule candidates
- Nightly integration tests
- Weekly dependency scans
- Scheduled deployments
- Database or cache maintenance tasks
Timezone note
GitLab schedules can have timezone settings. Verify the configured timezone before assuming the cron expression is UTC or local time.