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: