Skip to content

Commit 63fb553

Browse files
committed
fix ci ordering
1 parent 82a9014 commit 63fb553

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828

2929
tests:
3030
runs-on: ubuntu-latest
31+
needs: prepare
3132
container: teufa:ci
3233
services:
3334
postgres:
@@ -46,6 +47,7 @@ jobs:
4647

4748
build-push:
4849
runs-on: ubuntu-latest
50+
needs: tests
4951
permissions:
5052
contents: read
5153
packages: write

0 commit comments

Comments
 (0)