From 63fb5532fef055b21a82662bb4d58b52845784ff Mon Sep 17 00:00:00 2001 From: Brian Rosner Date: Fri, 17 May 2024 23:01:12 -0600 Subject: [PATCH] fix ci ordering --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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