Skip to content

Commit e0e7ecf

Browse files
committed
ci: Switch to fork of paths-filter
1 parent 0a3c7b4 commit e0e7ecf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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
@@ -44,4 +44,4 @@ jobs:
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

.github/workflows/pr-reporter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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
@@ -79,4 +79,4 @@ jobs:
7979
path: results/**/*.json
8080
base-bench-name: preact-main
8181
pr-bench-name: preact-local
82-
summarize: 'duration, usedJSHeapSize'
82+
summarize: 'duration, usedJSHeapSize'

0 commit comments

Comments
 (0)