Skip to content

Commit 0e7ef95

Browse files
committed
[skip ci] Also skip benchmarking on non php-src
1 parent c3b07a6 commit 0e7ef95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
run: .github/scripts/windows/test.bat
219219
BENCHMARKING:
220220
name: BENCHMARKING
221-
if: github.repository_owner == 'php' || github.event_name == 'pull_request'
221+
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
222222
runs-on: ubuntu-22.04
223223
steps:
224224
- name: git checkout

0 commit comments

Comments
 (0)