From a75790143cf05c16b2681c43616ffd5a1a91f911 Mon Sep 17 00:00:00 2001 From: Claire Date: Fri, 30 Jan 2026 14:59:54 +0100 Subject: [PATCH] Change bundlesize-compare workflow to compare with the result of the merge (#37680) --- .github/workflows/bundlesize-compare.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/bundlesize-compare.yml b/.github/workflows/bundlesize-compare.yml index eb0b4aa7da..ab6d91f0b0 100644 --- a/.github/workflows/bundlesize-compare.yml +++ b/.github/workflows/bundlesize-compare.yml @@ -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