We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 202b0aa commit 23195f4Copy full SHA for 23195f4
1 file changed
.github/workflows/documentation-links.yml
@@ -16,6 +16,7 @@ concurrency:
16
jobs:
17
documentation-links:
18
runs-on: ubuntu-latest
19
+ if: github.event.pull_request.head.repo.full_name == 'python/peps'
20
steps:
21
- uses: readthedocs/actions/preview@v1
22
with:
0 commit comments