diff --git a/.github/workflows/promote.yml b/.github/workflows/promote.yml index fd207ff18..3dc39f2a1 100644 --- a/.github/workflows/promote.yml +++ b/.github/workflows/promote.yml @@ -67,7 +67,7 @@ jobs: # Sync prod with the QA ref name: Update Production Deployment runs-on: ubuntu-20.04 - + needs: ["run-qa-dev"] steps: - name: Checkout the qa Tag uses: actions/checkout@v4 @@ -83,6 +83,7 @@ jobs: build-packages: # Sync the agent binary in s3 /download with the prod promotion in the update-prod job runs-on: ubuntu-latest + needs: ["run-qa-dev"] steps: - name: Checkout the qa Tag uses: actions/checkout@v4