perf(client): restore bundle guardrails
This commit is contained in:
@@ -18,16 +18,10 @@ jobs:
|
||||
SENTRY_UPLOAD_SOURCEMAPS: "0"
|
||||
|
||||
steps:
|
||||
- name: Skip quality gate for test branch
|
||||
if: ${{ github.ref == 'refs/heads/test' }}
|
||||
run: echo "Quality gate is disabled for the test branch."
|
||||
|
||||
- name: Checkout
|
||||
if: ${{ github.ref != 'refs/heads/test' }}
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install dependencies
|
||||
if: ${{ github.ref != 'refs/heads/test' }}
|
||||
run: pnpm install --frozen-lockfile
|
||||
|
||||
- name: Run quality checks
|
||||
@@ -35,7 +29,6 @@ jobs:
|
||||
run: pnpm quality
|
||||
|
||||
- name: Enforce bundle budgets
|
||||
if: ${{ github.ref != 'refs/heads/test' }}
|
||||
run: pnpm perf:bundle:check
|
||||
|
||||
publish:
|
||||
|
||||
Reference in New Issue
Block a user