diff --git a/.github/workflows/bundle_report.yml b/.github/workflows/bundle_report.yml deleted file mode 100644 index 1a4f4edf..00000000 --- a/.github/workflows/bundle_report.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: Bundle report -on: - pull_request_target: - paths: - - 'src/**' - - '.github/workflows/bundle_report.yml' -jobs: - bundle: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 - with: - node-version: 14 - - run: yarn - - run: yarn dist - - name: Reporting bundle sizes - run: script/bundle-size-report.js --all - - - name: Reporting selector diffs - run: script/selector-diff-report