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

[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

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