Skip to content

Commit

Permalink
ci: fix db nightly build condition
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel authored Feb 2, 2023
1 parent f763db2 commit 9ea2ee6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dev-db-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ jobs:
build:
name: Build PostgreSQL Docker Images
runs-on: ubuntu-latest
if: ${{ always() && !failure() }}
needs: [migrate]
permissions:
contents: read
Expand Down

0 comments on commit 9ea2ee6

Please sign in to comment.