Skip to content

Don't run CI on draft pull requests for releases #116

Closed
@jankapunkt

Description

@jankapunkt

To prevent CI from failing (and spamming our inbox) on draft pull requests (which can fail as they are reflecting work in progress) we should disable lint/tests etc. when the PR is in draft state.

According to this discussion it is solved like so:

on:
  pull_request:
    types: [review_requested, ready_for_review]

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions