Skip to content

Commit d126031

Browse files
committed
Restrict benchmarking push to php org
Otherwise the job will just fail due to missing ssh keys
1 parent afbc71d commit d126031

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ jobs:
217217
run: .github/scripts/windows/test.bat
218218
BENCHMARKING:
219219
name: BENCHMARKING
220+
if: github.repository_owner == 'php' || github.event_name == 'pull_request'
220221
runs-on: ubuntu-22.04
221222
steps:
222223
- name: git checkout

0 commit comments

Comments
 (0)