mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
Fix CI benchmarking diff
This commit is contained in:
parent
2044e5aea0
commit
af809ef028
8
.github/workflows/push.yml
vendored
8
.github/workflows/push.yml
vendored
@ -305,8 +305,8 @@ jobs:
|
||||
git push
|
||||
- name: Show diff
|
||||
if: github.event_name == 'pull_request'
|
||||
run: >-
|
||||
php benchmark/generate_diff.php
|
||||
${{ github.event.pull_request.head.sha }}
|
||||
$(git merge-base ${{ github.event.pull_request.base.sha }} ${{ github.event.pull_request.head.sha }})
|
||||
run: |-
|
||||
php benchmark/generate_diff.php \
|
||||
${{ github.sha }} \
|
||||
$(git merge-base ${{ github.event.pull_request.base.sha }} ${{ github.sha }}) \
|
||||
> $GITHUB_STEP_SUMMARY
|
||||
|
Loading…
Reference in New Issue
Block a user