mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
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:
commit
e9803e1de6
2
.github/workflows/api-docs-check.yml
vendored
2
.github/workflows/api-docs-check.yml
vendored
@ -1,7 +1,6 @@
|
|||||||
name: Missing API docs
|
name: Missing API docs
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, synchronize, reopened, ready_for_review]
|
|
||||||
branches-ignore:
|
branches-ignore:
|
||||||
- 'marvim/api-doc-update**'
|
- 'marvim/api-doc-update**'
|
||||||
paths:
|
paths:
|
||||||
@ -11,7 +10,6 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
call-regen-api-docs:
|
call-regen-api-docs:
|
||||||
if: github.event.pull_request.draft == false
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
Loading…
Reference in New Issue
Block a user