diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef23fd9..ed03415 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,7 @@ jobs: tests: name: Tests runs-on: ubuntu-latest + needs: pre-commit services: postgres: image: postgres @@ -56,6 +57,7 @@ jobs: build: name: Build and push image runs-on: ubuntu-latest + needs: tests steps: - name: Login to GitHub Container Registry uses: docker/login-action@v3