diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index c05f109..fc37d67 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -48,7 +48,7 @@ jobs: migrate: name: Postgres Migration runs-on: ubuntu-latest - needs: build + # needs: build steps: - name: Check out code into directory uses: actions/checkout@v4