From: Eduardo San Martin Morote Date: Wed, 8 Jun 2022 15:04:46 +0000 (+0200) Subject: ci: give up the size one X-Git-Tag: v4.1.0~73 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7e34da637f326c94d0b8e3a5166f276c95971fe1;p=thirdparty%2Fvuejs%2Frouter.git ci: give up the size one --- diff --git a/.github/workflows/size-check.yml b/.github/workflows/size-check.yml deleted file mode 100644 index 7ef64784..00000000 --- a/.github/workflows/size-check.yml +++ /dev/null @@ -1,28 +0,0 @@ -name: 'size' -on: - push: - branches: - - main - pull_request: - branches: - - main -jobs: - size: - runs-on: ubuntu-latest - env: - CI_JOB_NUMBER: 1 - steps: - - uses: actions/checkout@v3 - - uses: pnpm/action-setup@v2.2.1 - with: - version: 7.1.7 - - uses: actions/setup-node@v2 - with: - node-version: '16' - cache: 'pnpm' - - - uses: posva/size-check-action@v1.1.2 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - build_script: build:size - files: packages/router/dist/vue-router.global.prod.js packages/size-checks/dist/webRouter.js