CI: Skip building docs if GitHub repository is not php-src (#14006)

This commit is contained in:
Jakub Zelenka 2024-04-19 16:44:28 +01:00 committed by GitHub
parent 1b015947a0
commit edb13b60e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,6 +14,7 @@ jobs:
permissions:
pages: write
id-token: write
if: github.repository == 'php/php-src'
steps:
- name: git checkout
uses: actions/checkout@v4