Skip to content

Commit

Permalink
ci: Fix path filter in PR Reporter action
Browse files Browse the repository at this point in the history
  • Loading branch information
rschristian authored Jan 25, 2025
1 parent 818eafb commit 7d5d281
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-reporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: dorny/paths-filter@v3
id: filter
with:
ref: ${{ github.event.workflow_run.head_branch }}
ref: ${{ github.event.workflow_run.head_sha }}
# Should be kept in sync with the filter in the CI workflow
filters: |
jsChanged: '**/src/**/*.js'
Expand Down Expand Up @@ -72,4 +72,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 7d5d281

Please sign in to comment.