Skip to content

Commit 8f3b5ff

Browse files
authored
[MNT] stop CI job that adds documentation build link to PR description (#608)
this PR removes the trigger for the CI job that adds a documentation link to the PR description. Reasons: * the link is already present when clicking on the documentatino job * the PR description is now used as a commit message when merged to `main`
1 parent 58e7ef3 commit 8f3b5ff

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/documentation_links.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Read the Docs Pull Request Preview
22
on:
3-
pull_request_target:
4-
types:
5-
- opened
3+
workflow_dispatch:
64

75
permissions:
86
pull-requests: write

0 commit comments

Comments
 (0)