Skip to content

Commit

Permalink
fix(ci): Terraform CI not kicking off deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
arein committed Aug 7, 2023
1 parent cdee926 commit d730f41
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci_terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,8 @@ jobs:
body: output
})
kick-off-cd:
needs: [plan]
if: github.event_name != 'pull_request'
uses: ./.github/workflows/cd.yml
secrets: inherit

0 comments on commit d730f41

Please sign in to comment.