mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
[skip ci] Also skip benchmarking on non php-src
This commit is contained in:
parent
c3b07a6e5e
commit
0e7ef95a0a
1 changed files with 1 additions and 1 deletions
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue