Skip to content

Commit edb13b6

Browse files
authored
CI: Skip building docs if GitHub repository is not php-src (#14006)
1 parent 1b01594 commit edb13b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
permissions:
1515
pages: write
1616
id-token: write
17+
if: github.repository == 'php/php-src'
1718
steps:
1819
- name: git checkout
1920
uses: actions/checkout@v4

0 commit comments

Comments
 (0)