File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1919 jsChanged : ${{ steps.filter.outputs.jsChanged }}
2020 steps :
2121 - uses : actions/checkout@v4
22- - uses : dorny /paths-filter@v3
22+ - uses : rschristian /paths-filter@v3
2323 id : filter
2424 with :
2525 # Should be kept in sync with the filter in the PR Reporter workflow
4444 name : Benchmarks
4545 needs : build_test
4646 if : ${{ needs.filter_jobs.outputs.jsChanged == 'true' }}
47- uses : ./.github/workflows/benchmarks.yml
47+ uses : ./.github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change 1919 jsChanged : ${{ steps.filter.outputs.jsChanged }}
2020 steps :
2121 - uses : actions/checkout@v4
22- - uses : dorny /paths-filter@v3
22+ - uses : rschristian /paths-filter@v3
2323 id : filter
2424 with :
2525 # As this Workflow is triggered by a `workflow_run` event, the filter action
7979 path : results/**/*.json
8080 base-bench-name : preact-main
8181 pr-bench-name : preact-local
82- summarize : ' duration, usedJSHeapSize'
82+ summarize : ' duration, usedJSHeapSize'
You can’t perform that action at this time.
0 commit comments