commit 39613b6a2de10621efbf31176f9635e7a631a691
parent 840b7576e9066c46d52486fbc64b85dd7b7fdfc7
Author: Dundar Goc <gocdundar@gmail.com>
Date: Sun, 29 May 2022 00:55:12 +0200
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".
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git 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