From 341a7afdc6ba719ea8f74eb1259830dcc10e05ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Wed, 26 Feb 2020 22:52:26 +0100 Subject: [PATCH] changed job needs --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d87cfec..9da7155 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,6 +16,7 @@ jobs: lint-docker-files: runs-on: ubuntu-latest + needs: lint-bash-scripts steps: - name: lint zammad dockerfile uses: brpaz/hadolint-action@master @@ -25,7 +26,7 @@ jobs: install-docker-compose: timeout-minutes: 30 runs-on: ubuntu-latest - needs: lint-bash-scripts + needs: lint-docker-files steps: - name: Checkout uses: actions/checkout@v1