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:
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user