Skip to content

Commit

Permalink
Merge pull request #18789 from dundargoc/ci/api-docs/run-in-drafts
Browse files Browse the repository at this point in the history
ci(api-docs): run in drafts as well
  • Loading branch information
jamessan committed May 29, 2022
2 parents ebad151 + 39613b6 commit e9803e1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .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:
Expand All @@ -11,7 +10,6 @@ on:

jobs:
call-regen-api-docs:
if: github.event.pull_request.draft == false
permissions:
contents: write
pull-requests: write
Expand Down

0 comments on commit e9803e1

Please sign in to comment.