Skip to content

Commit

Permalink
Merge pull request #4516 from preactjs/ci/update-download-artifact-co…
Browse files Browse the repository at this point in the history
…nfig

ci: Switch to regexp for download-artifact action
  • Loading branch information
rschristian authored Sep 29, 2024
2 parents 5f8a884 + 3f4feae commit 01adebf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pr-reporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
with:
workflow: ${{ github.event.workflow.id }}
run_id: ${{ github.event.workflow_run.id }}
name: results
name_is_regexp: true
name: /results/
path: results

# Create/update the comment with the latest results
Expand All @@ -48,4 +49,4 @@ jobs:
path: results/*.json
base-bench-name: preact-main
pr-bench-name: preact-local
summarize: 'duration, usedJSHeapSize'
summarize: 'duration, usedJSHeapSize'

0 comments on commit 01adebf

Please sign in to comment.