Skip to content

Commit

Permalink
Add both jobs as dependencies for grabbing output (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
gesparza3 authored Apr 29, 2021
1 parent 01cdf42 commit bce796f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
environment:
name: "prod"
container: "hashicorp/terraform:0.14.10"
needs: plan
needs: [build, plan]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit bce796f

Please sign in to comment.