diff options
author | James McCoy <jamessan@jamessan.com> | 2022-05-29 09:51:18 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-29 09:51:18 -0400 |
commit | e9803e1de6497ee21f77f45cf2670c2fe4e8ab22 (patch) | |
tree | 996d145e1749b508204145d79aeaceb7ba500298 | |
parent | ebad151a2a1943ca0d4e07485c416e0762f7f096 (diff) | |
parent | 39613b6a2de10621efbf31176f9635e7a631a691 (diff) | |
download | rneovim-e9803e1de6497ee21f77f45cf2670c2fe4e8ab22.tar.gz rneovim-e9803e1de6497ee21f77f45cf2670c2fe4e8ab22.tar.bz2 rneovim-e9803e1de6497ee21f77f45cf2670c2fe4e8ab22.zip |
Merge pull request #18789 from dundargoc/ci/api-docs/run-in-drafts
ci(api-docs): run in drafts as well
-rw-r--r-- | .github/workflows/api-docs-check.yml | 2 |
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 |