From 831195ac6b80313022a277ce32552d42abd22ffd Mon Sep 17 00:00:00 2001 From: Dexter Date: Wed, 5 Jan 2022 13:06:37 +0000 Subject: [PATCH] Revert "add size action" This reverts commit 59d5baaa41ce6fba8ee1a0c1be749a7ce72a186f. --- .github/workflows/size.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .github/workflows/size.yml diff --git a/.github/workflows/size.yml b/.github/workflows/size.yml deleted file mode 100644 index 6021cda3e..000000000 --- a/.github/workflows/size.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: size -on: [pull_request] -jobs: - size: - runs-on: ubuntu-latest - env: - CI_JOB_NUMBER: 1 - steps: - - uses: actions/checkout@v1 - - uses: andresz1/size-limit-action@v1 - with: - github_token: ${{ secrets.GITHUB_TOKEN }}