diff --git a/.github/workflows/pr-reporter.yml b/.github/workflows/pr-reporter.yml index 18c1311b60..71f5d95d99 100644 --- a/.github/workflows/pr-reporter.yml +++ b/.github/workflows/pr-reporter.yml @@ -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 @@ -48,4 +49,4 @@ jobs: path: results/*.json base-bench-name: preact-main pr-bench-name: preact-local - summarize: 'duration, usedJSHeapSize' + summarize: 'duration, usedJSHeapSize' \ No newline at end of file