Skip to content

Skip CI for draft pull requests #231

Description

@ulises-jeremias

Feature Request

Skip test/lint/type-check CI workflows when a PR is in draft state, to save resources during work-in-progress.

Current behavior

All CI workflows run on every PR regardless of draft status.

Expected behavior

Workflows for pull_request events should check github.event.pull_request.draft == true and skip execution early, then run normally when the PR is marked ready for review.

Reference

CNA implements draft PR skipping. Parity gap documented in the feature alignment sweep.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions