Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/bundle-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
CI: true

- name: Bundle Analysis
uses: web-infra-dev/rsdoctor-action@d3a7ae073bc63dcc4a16fba339414cbf4f9c476c
uses: web-infra-dev/rsdoctor-action@1a40f7a20fbbb03cada559ce2d4a836f7f529077
with:
file_path: 'packages/*/.rsdoctor/**/rsdoctor-data.json'
target_branch: ${{ github.event_name == 'pull_request' && github.event.pull_request.base.ref || 'main' }}
Loading