mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Fix the real time benchmark artifact glob pattern
[skip-ci]
This commit is contained in:
3
.github/workflows/real-time-benchmark.yml
vendored
3
.github/workflows/real-time-benchmark.yml
vendored
@@ -269,8 +269,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: results
|
name: results
|
||||||
path: |
|
path: |
|
||||||
./php-version-benchmarks/tmp/results/${{ env.YEAR }}/*/*.*
|
./php-version-benchmarks/tmp/results/${{ env.YEAR }}/**/*
|
||||||
./php-version-benchmarks/tmp/results/${{ env.YEAR }}/*/*/*.log
|
|
||||||
retention-days: 30
|
retention-days: 30
|
||||||
- name: Comment results
|
- name: Comment results
|
||||||
if: github.event_name == 'workflow_dispatch'
|
if: github.event_name == 'workflow_dispatch'
|
||||||
|
|||||||
Reference in New Issue
Block a user