aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDundar Goc <gocdundar@gmail.com>2022-05-29 00:55:12 +0200
committerDundar Goc <gocdundar@gmail.com>2022-05-29 00:55:12 +0200
commit39613b6a2de10621efbf31176f9635e7a631a691 (patch)
treed81af92f19460eac3da743fd0d44a2e891a1959f
parent840b7576e9066c46d52486fbc64b85dd7b7fdfc7 (diff)
downloadrneovim-39613b6a2de10621efbf31176f9635e7a631a691.tar.gz
rneovim-39613b6a2de10621efbf31176f9635e7a631a691.tar.bz2
rneovim-39613b6a2de10621efbf31176f9635e7a631a691.zip
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".
-rw-r--r--.github/workflows/api-docs-check.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/api-docs-check.yml b/.github/workflows/api-docs-check.yml
index f76c035de4..0a57df7c33 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