Skip to content

Commit

Permalink
Add a dependancy on qa-dev for prod update in the promote workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Brent Salisbury <[email protected]>
  • Loading branch information
nerdalert committed Nov 1, 2023
1 parent 605af74 commit 8af2f13
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 8af2f13

Please sign in to comment.