We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3b07a6 commit 0e7ef95Copy full SHA for 0e7ef95
.github/workflows/push.yml
@@ -218,7 +218,7 @@ jobs:
218
run: .github/scripts/windows/test.bat
219
BENCHMARKING:
220
name: BENCHMARKING
221
- if: github.repository_owner == 'php' || github.event_name == 'pull_request'
+ if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
222
runs-on: ubuntu-22.04
223
steps:
224
- name: git checkout
0 commit comments