Change bundlesize-compare workflow to compare with the result of the merge (#37680)

This commit is contained in:
Claire
2026-01-30 14:59:54 +01:00
committed by GitHub
parent 6a5578a0db
commit a75790143c

View File

@@ -18,8 +18,6 @@ jobs:
ANALYZE_BUNDLE_SIZE: '1'
steps:
- uses: actions/checkout@v5
with:
ref: ${{github.event.pull_request.head.ref}}
- name: Set up Javascript environment
uses: ./.github/actions/setup-javascript