From 23321d4973c421d74ac83fb46aa09c2f7ed657d6 Mon Sep 17 00:00:00 2001 From: Mikyo King Date: Tue, 14 Jan 2025 15:16:18 -0700 Subject: [PATCH] remove size limit --- .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 6021cda3..00000000 --- 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 }}