mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Fix CI benchmarking diff
This commit is contained in:
10
.github/workflows/push.yml
vendored
10
.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 }})
|
||||
> $GITHUB_STEP_SUMMARY
|
||||
run: |-
|
||||
php benchmark/generate_diff.php \
|
||||
${{ github.sha }} \
|
||||
$(git merge-base ${{ github.event.pull_request.base.sha }} ${{ github.sha }}) \
|
||||
> $GITHUB_STEP_SUMMARY
|
||||
|
||||
Reference in New Issue
Block a user