ci: fix db nightly build condition
This commit is contained in:
parent
f763db206b
commit
9ea2ee6234
1
.github/workflows/dev-db-nightly.yml
vendored
1
.github/workflows/dev-db-nightly.yml
vendored
|
@ -168,6 +168,7 @@ jobs:
|
|||
build:
|
||||
name: Build PostgreSQL Docker Images
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ always() && !failure() }}
|
||||
needs: [migrate]
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
Loading…
Reference in a new issue