From 2b042d7743ed7a86268b65bb9f844996c4189acd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Fri, 6 Mar 2020 14:28:01 +0100 Subject: [PATCH] added needs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Bauer --- .github/workflows/ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 198bb1e..6f681f6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,6 +33,9 @@ jobs: dockerfile: containers/zammad-postgresql/Dockerfile build-containers: + needs: + - lint-bash-scripts + - lint-docker-files runs-on: ubuntu-latest env: DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }} @@ -45,6 +48,7 @@ jobs: run: .github/docker-image-build.sh test-docker-compose: + needs: build-containers timeout-minutes: 10 runs-on: ubuntu-latest steps: