ci: add missing workflow dependency
This commit is contained in:
parent
5a48d6a77d
commit
d9f7488dfb
1
.github/workflows/dev-db-pgtest.yml
vendored
1
.github/workflows/dev-db-pgtest.yml
vendored
|
@ -50,6 +50,7 @@ jobs:
|
|||
build:
|
||||
name: Build PostgreSQL Docker Images
|
||||
runs-on: ubuntu-latest
|
||||
needs: [migrate]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in a new issue