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 19
19
jsChanged : ${{ steps.filter.outputs.jsChanged }}
20
20
steps :
21
21
- uses : actions/checkout@v4
22
- - uses : dorny /paths-filter@v3
22
+ - uses : rschristian /paths-filter@v3
23
23
id : filter
24
24
with :
25
25
# Should be kept in sync with the filter in the PR Reporter workflow
44
44
name : Benchmarks
45
45
needs : build_test
46
46
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 19
19
jsChanged : ${{ steps.filter.outputs.jsChanged }}
20
20
steps :
21
21
- uses : actions/checkout@v4
22
- - uses : dorny /paths-filter@v3
22
+ - uses : rschristian /paths-filter@v3
23
23
id : filter
24
24
with :
25
25
# As this Workflow is triggered by a `workflow_run` event, the filter action
79
79
path : results/**/*.json
80
80
base-bench-name : preact-main
81
81
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