Skip to content
This repository was archived by the owner on Mar 30, 2026. It is now read-only.

Commit 91308c0

Browse files
authored
Update pydocs.yml
1 parent d6cbe7a commit 91308c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pydocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010

1111
jobs:
1212
build:
13+
if: github.repository_owner == 'PaloAltoNetworks'
1314
name: Generate docs
1415
runs-on: ubuntu-latest
1516
permissions:
@@ -83,4 +84,4 @@ jobs:
8384
- name: Check outputs
8485
run: |
8586
echo "Pull Request Number - ${{ steps.pydocs.outputs.pull-request-number }}"
86-
echo "Pull Request URL - ${{ steps.pydocs.outputs.pull-request-url }}"
87+
echo "Pull Request URL - ${{ steps.pydocs.outputs.pull-request-url }}"

0 commit comments

Comments
 (0)