From 90c18aca5deadeb70fba75daf270e7013ee76d5b Mon Sep 17 00:00:00 2001 From: James Salter Date: Tue, 19 Oct 2021 13:13:30 +0100 Subject: [PATCH] fix job name --- .github/workflows/ci_package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_package.yml b/.github/workflows/ci_package.yml index 1e2baf7b0f..8b10b374d1 100644 --- a/.github/workflows/ci_package.yml +++ b/.github/workflows/ci_package.yml @@ -54,7 +54,7 @@ jobs: - run: yarn install - run: yarn diff-i18n package: - needs: [lint, build-stats, tests, i18n] + needs: [lint, build, tests, i18n] runs-on: ubuntu-latest steps: - uses: actions/checkout@v2