fix ci ordering
This commit is contained in:
parent
82a9014843
commit
63fb5532fe
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user