From 12fa3c74170568160259d89beb1f13d863b3a09e Mon Sep 17 00:00:00 2001 From: kpj Date: Sun, 27 Feb 2022 15:30:38 +0100 Subject: [PATCH] Fix wrong job name in CI dependency list --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38a4754f3..de866f3d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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