From dbf68f7e93020d88b5fef9f5cefaac1f428db2ca Mon Sep 17 00:00:00 2001 From: steveluscher Date: Tue, 22 Nov 2022 06:41:47 +0000 Subject: [PATCH] [web3.js][experimental] Repair unpack path in bundle analyzer workflow --- .github/workflows/web3-bundlesize-experimental.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/web3-bundlesize-experimental.yml b/.github/workflows/web3-bundlesize-experimental.yml index 27e12fe93e..5c9bf07659 100644 --- a/.github/workflows/web3-bundlesize-experimental.yml +++ b/.github/workflows/web3-bundlesize-experimental.yml @@ -16,10 +16,6 @@ jobs: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success' - defaults: - run: - working-directory: web3.js-experimental - env: # Configuration for Bundlewatch BUNDLEWATCH_GITHUB_TOKEN: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}