Skip to content

Commit 23195f4

Browse files
committed
ci: don't add doc links to fork's PRs
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 202b0aa commit 23195f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/documentation-links.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ concurrency:
1616
jobs:
1717
documentation-links:
1818
runs-on: ubuntu-latest
19+
if: github.event.pull_request.head.repo.full_name == 'python/peps'
1920
steps:
2021
- uses: readthedocs/actions/preview@v1
2122
with:

0 commit comments

Comments
 (0)