fix job name
This commit is contained in:
parent
a60dc77468
commit
90c18aca5d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci_package.yml
vendored
2
.github/workflows/ci_package.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue