Skip to content

Commit a5ad5c4

Browse files
AbhiPrasadonurtemizkan
authored andcommitted
build: Don't run size-limit in release branches (#4244)
1 parent e289050 commit a5ad5c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ jobs:
116116
key: ${{ env.BUILD_CACHE_KEY }}
117117
- name: Check bundle sizes
118118
uses: getsentry/size-limit-action@v3
119+
if: github.ref != 'refs/release/**'
119120
with:
120121
github_token: ${{ secrets.GITHUB_TOKEN }}
121122
skip_step: build

0 commit comments

Comments
 (0)