Skip to content

Commit c5382aa

Browse files
committed
ci ordering
1 parent 092ac5c commit c5382aa

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
@@ -23,6 +23,7 @@ jobs:
2323
tests:
2424
name: Tests
2525
runs-on: ubuntu-latest
26+
needs: pre-commit
2627
services:
2728
postgres:
2829
image: postgres
@@ -56,6 +57,7 @@ jobs:
5657
build:
5758
name: Build and push image
5859
runs-on: ubuntu-latest
60+
needs: tests
5961
steps:
6062
- name: Login to GitHub Container Registry
6163
uses: docker/login-action@v3

0 commit comments

Comments
 (0)