add needs[] for gamm deploy gha

This commit is contained in:
Maidul Islam
2024-03-22 14:56:38 -04:00
parent 1ef1c042da
commit 2a93449ffe

View File

@@ -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