diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 726b415ab1b8..d13135308ce0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -124,7 +124,7 @@ jobs: - name: Check bundle sizes uses: getsentry/size-limit-action@v4 # Don't run size check on release branches - at that point, we're already committed - if: ${{ !startsWith(github.ref, 'release') }} + if: ${{ !startsWith(github.ref, 'refs/heads/release/') }} with: github_token: ${{ secrets.GITHUB_TOKEN }} skip_step: build