From 39613b6a2de10621efbf31176f9635e7a631a691 Mon Sep 17 00:00:00 2001 From: Dundar Goc Date: Sun, 29 May 2022 00:55:12 +0200 Subject: [PATCH] ci(api-docs): run in drafts as well A contributor should be able to be sure their PR passes the CI before clicking "Ready for review". --- .github/workflows/api-docs-check.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/api-docs-check.yml b/.github/workflows/api-docs-check.yml index f76c035de4079b..0a57df7c3393cc 100644 --- a/.github/workflows/api-docs-check.yml +++ b/.github/workflows/api-docs-check.yml @@ -1,7 +1,6 @@ name: Missing API docs on: pull_request: - types: [opened, synchronize, reopened, ready_for_review] branches-ignore: - 'marvim/api-doc-update**' paths: @@ -11,7 +10,6 @@ on: jobs: call-regen-api-docs: - if: github.event.pull_request.draft == false permissions: contents: write pull-requests: write