Fix wrong job name in CI dependency list

This commit is contained in:
kpj 2022-02-27 15:30:38 +01:00
parent fc695896dd
commit 12fa3c7417

View File

@ -81,7 +81,7 @@ jobs:
run: |
cd src/
pycodestyle
formatting:
codeformatting:
runs-on: ubuntu-20.04
steps:
-
@ -171,7 +171,7 @@ jobs:
path: src/documents/static/frontend/
build-release:
needs: [frontend, documentation, tests, whitespace, codestyle]
needs: [frontend, documentation, tests, codeformatting, codestyle]
runs-on: ubuntu-20.04
steps:
-
@ -282,7 +282,7 @@ jobs:
build-docker-image:
if: github.event_name == 'push' && (startsWith(github.ref, 'refs/heads/feature-') || github.ref == 'refs/heads/dev' || startsWith(github.ref, 'refs/tags/ng-'))
runs-on: ubuntu-latest
needs: [frontend, tests, whitespace, codestyle]
needs: [frontend, tests, codeformatting, codestyle]
steps:
-
name: Prepare