Skip to content

Commit

Permalink
Wait for build to complete
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchTalmadge committed Jul 17, 2023
1 parent 790b0bd commit dae9cca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: "Deploy Production"

# Run when a tag is pushed starting with "v"
on:
push:
branches:
Expand All @@ -17,6 +16,7 @@ jobs:
deploy:
name: "Deploy"
runs-on: ubuntu-latest
needs: build
steps:
- name: "Download Docker Image Artifacts"
uses: actions/download-artifact@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
deploy:
name: "Deploy Staging"
runs-on: ubuntu-latest
needs: build
steps:
- name: "Download Docker Image Artifacts"
uses: actions/download-artifact@v2
Expand Down

0 comments on commit dae9cca

Please sign in to comment.