Merge pull request #18789 from dundargoc/ci/api-docs/run-in-drafts

ci(api-docs): run in drafts as well
This commit is contained in:
James McCoy 2022-05-29 09:51:18 -04:00 committed by GitHub
commit e9803e1de6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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