diff --git a/.github/workflows/tests_and_ci.yml b/.github/workflows/tests_and_ci.yml index c48b7449..209e982c 100644 --- a/.github/workflows/tests_and_ci.yml +++ b/.github/workflows/tests_and_ci.yml @@ -72,7 +72,10 @@ jobs: build_and_publish: runs-on: ubuntu-latest - needs: tests + needs: + - tests + - docker-server-buildable + - docker-frontend-buildable if: github.event_name == 'push' && github.ref == 'refs/heads/main' steps: - uses: actions/checkout@v3