diff --git a/.github/workflows/build-staging-and-deploy-aws.yml b/.github/workflows/build-staging-and-deploy-aws.yml index 24c613c6c..538c22732 100644 --- a/.github/workflows/build-staging-and-deploy-aws.yml +++ b/.github/workflows/build-staging-and-deploy-aws.yml @@ -86,7 +86,7 @@ jobs: gamma-deployment: name: Deploy to gamma runs-on: ubuntu-latest - # needs: [postgres-migration] + needs: [postgres-migration] steps: - name: ☁️ Checkout source uses: actions/checkout@v3