We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 395d75a commit 605b630Copy full SHA for 605b630
1 file changed
.github/workflows/pr-env-destroy.yml
@@ -77,7 +77,7 @@ jobs:
77
terraform -chdir=terraform/infrastructure workspace select ${{ needs.set-environment-id.outputs.environment_id }}
78
79
- name: Build artifacts
80
- run: cd terraform/infrastructure && make build-artifacts
+ run: make build get-s3-perms
81
82
- name: Terraform Destroy
83
run: |
0 commit comments