Remove workflow_dispatch for build_doc

As the workflow is already reacting to user actions, there is no need to
trigger it manually. Besides, it requires an `issue_comment` context.
This commit is contained in:
Laurent Rineau 2023-01-30 09:37:46 +01:00
parent 4ae8c5958c
commit 798bd08989
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ name: Documentation
on:
issue_comment:
types: [created]
workflow_dispatch:
permissions:
contents: read # to fetch code (actions/checkout)