From 920d2216d3c2aafab19d8b9fc50c3ad7ced4791b Mon Sep 17 00:00:00 2001 From: Israel Arcos Date: Tue, 7 May 2024 12:28:28 -0400 Subject: [PATCH] chore: disable bundle size workflow --- .github/workflows/bundle-size.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/bundle-size.yml b/.github/workflows/bundle-size.yml index f1c89c87af3..da7bb92c113 100644 --- a/.github/workflows/bundle-size.yml +++ b/.github/workflows/bundle-size.yml @@ -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