diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index ca6945e7c22..3427cd800b7 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -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