We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 589bbb3 commit 031bebdCopy full SHA for 031bebd
.github/workflows/build.yml
@@ -124,7 +124,7 @@ jobs:
124
- name: Check bundle sizes
125
uses: getsentry/size-limit-action@v4
126
# Don't run size check on release branches - at that point, we're already committed
127
- if: ${{ !startsWith(github.ref, 'release') }}
+ if: ${{ !startsWith(github.ref, 'refs/heads/release/') }}
128
with:
129
github_token: ${{ secrets.GITHUB_TOKEN }}
130
skip_step: build
0 commit comments