aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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