[skip ci] Also skip benchmarking on non php-src

This commit is contained in:
Ilija Tovilo 2024-04-21 02:22:57 +02:00
parent c3b07a6e5e
commit 0e7ef95a0a
No known key found for this signature in database
GPG key ID: A4F5D403F118200A

View file

@ -218,7 +218,7 @@ jobs:
run: .github/scripts/windows/test.bat
BENCHMARKING:
name: BENCHMARKING
if: github.repository_owner == 'php' || github.event_name == 'pull_request'
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
runs-on: ubuntu-22.04
steps:
- name: git checkout