Skip to content

Commit

Permalink
turn "run for branch" on for size limit GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
billyvg committed May 29, 2024
1 parent ad7d1ce commit 583d808
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/size-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
- name: Build Project
run: NODE_OPTIONS='--max-old-space-size=4096' yarn build:all
- name: Check bundle sizes
uses: getsentry/size-limit-action@runForBranch
uses: getsentry/size-limit-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
skip_step: build
main_branch: sentry-v2

run_for_branch: true

0 comments on commit 583d808

Please sign in to comment.