From 20ef56c04c6f57711c8a52500e1b08c4c3a030a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Hillerstr=C3=B6m?= Date: Mon, 2 Sep 2024 17:27:05 +0300 Subject: [PATCH] github: Delete size limit action --- .github/workflows/size.yml | 15 --------------- 1 file changed, 15 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 9a60eb4..0000000 --- a/.github/workflows/size.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: size -on: [pull_request] -jobs: - size: - runs-on: ubuntu-latest - env: - CI_JOB_NUMBER: 1 - steps: - - name: Checkout repo - uses: actions/checkout@v4 - - - name: Size limit - uses: andresz1/size-limit-action@v1.8.0 - with: - github_token: ${{ secrets.SIZE_LIMIT_GITHUB_TOKEN }}