diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a49b7e0..83fde84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,7 @@ jobs: tests: runs-on: ubuntu-latest + needs: prepare container: teufa:ci services: postgres: @@ -46,6 +47,7 @@ jobs: build-push: runs-on: ubuntu-latest + needs: tests permissions: contents: read packages: write