Skip to content

Commit

Permalink
chore: disable bundle size workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
israx committed May 7, 2024
1 parent b7525cd commit 920d221
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/bundle-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ jobs:
run: npm run publish:verdaccio
shell: bash

- name: Calculate bundle sizes
uses: ./.github/actions/bundle-size-action
with:
stack: ${{ matrix.stack }}
# - name: Calculate bundle sizes
# uses: ./.github/actions/bundle-size-action
# with:
# stack: ${{ matrix.stack }}
# TODO Re-enable status check when we have read/write tokens
# - name: Finished check
# uses: ./.github/actions/status-check-action
Expand Down

0 comments on commit 920d221

Please sign in to comment.