Skip to content

Commit

Permalink
fix dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
agjmills committed Aug 20, 2024
1 parent f7c910e commit e74a6c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
manual_approval:
name: Wait for Approval
runs-on: ubuntu-latest
needs: deploy # This ensures manual approval step runs after 'deploy' job
needs: plan # This ensures manual approval step runs after 'deploy' job
steps:
- name: Approval
run: |
Expand Down

0 comments on commit e74a6c8

Please sign in to comment.