Skip to content
Latchkey

Draft Pull Request - CI/CD Glossary Definition

A draft pull request is a PR marked as not ready for review or merge, useful for early feedback.

A draft pull request is a PR in a work-in-progress state that cannot be merged until marked ready for review. Draft status is exposed to workflows as github.event.pull_request.draft.

Skipping CI on drafts

To save runner minutes, gate expensive jobs with if: github.event.pull_request.draft == false so they run only once the PR leaves draft. The ready_for_review event type can then trigger the full suite.

Related guides

Run this faster and cheaper on Latchkey managed runners. Start free →