1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

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

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