diff --git a/.github/workflows/ci_package.yml b/.github/workflows/ci_package.yml index 8b10b374d1..79a0aadca4 100644 --- a/.github/workflows/ci_package.yml +++ b/.github/workflows/ci_package.yml @@ -16,7 +16,7 @@ jobs: - run: yarn lint:js - run: yarn lint:types - run: yarn lint:style - build: + stats: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -54,7 +54,7 @@ jobs: - run: yarn install - run: yarn diff-i18n package: - needs: [lint, build, tests, i18n] + needs: [lint, stats, tests, i18n] runs-on: ubuntu-latest steps: - uses: actions/checkout@v2