From ee2f14d0ddad1b20737a49bd308be994c24d6d64 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Wed, 1 Feb 2023 00:30:32 +0800 Subject: [PATCH] Remove bundlewatch Seems like always stuck --- .github/workflows/bundlewatch.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/bundlewatch.yml diff --git a/.github/workflows/bundlewatch.yml b/.github/workflows/bundlewatch.yml deleted file mode 100644 index c5435689..00000000 --- a/.github/workflows/bundlewatch.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: BundleWatch -on: - push: - branches: - - main - -jobs: - bundle: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - run: | - npm ci - npm run build - npx bundlewatch --max-size 100kb ./dist/**/*.js - env: - BUNDLEWATCH_GITHUB_TOKEN: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }} - CI_REPO_OWNER: cheeaun - CI_REPO_NAME: phanpy - CI_BRANCH_BASE: main - CI_BRANCH: main