File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ run-name: "Destroy PR Environment - #${{ github.event.pull_request.number }} (${
44on :
55 pull_request :
66 types : [closed]
7+ workflow_dispatch :
78
89concurrency :
910 group : environment-${{ github.event.pull_request.number }}
7374 - name : Terraform Init
7475 run : |
7576 terraform -chdir=terraform/infrastructure init
76- terraform -chdir=terraform/infrastructure workspace new ${{ needs.set-environment-id.outputs.environment_id }} || \
7777 terraform -chdir=terraform/infrastructure workspace select ${{ needs.set-environment-id.outputs.environment_id }}
7878
79+ - name : Build artifacts
80+ run : make build get-s3-perms
81+
7982 - name : Terraform Destroy
8083 run : |
8184 terraform -chdir=terraform/infrastructure destroy \
You can’t perform that action at this time.
0 commit comments