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:
|
tests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
needs: prepare
|
||||||
container: teufa:ci
|
container: teufa:ci
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
@ -46,6 +47,7 @@ jobs:
|
|||||||
|
|
||||||
build-push:
|
build-push:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
needs: tests
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
packages: write
|
packages: write
|
||||||
|
Loading…
x
Reference in New Issue
Block a user