Skip to content

Commit

Permalink
Merge pull request #1570 from nexodus-io/promote-dep
Browse files Browse the repository at this point in the history
Add a dependancy on qa-dev for prod update in the promote workflow
  • Loading branch information
mergify[bot] authored Nov 1, 2023
2 parents d1978d0 + 8af2f13 commit 35b3ea0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 35b3ea0

Please sign in to comment.