fix ci ordering

This commit is contained in:
Brian Rosner 2024-05-17 23:01:12 -06:00
parent 82a9014843
commit 63fb5532fe

View File

@ -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