Skip to content

Commit 605b630

Browse files
committed
[NRL-1473] Add get-s3-perms to destroy workflow
1 parent 395d75a commit 605b630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-env-destroy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
terraform -chdir=terraform/infrastructure workspace select ${{ needs.set-environment-id.outputs.environment_id }}
7878
7979
- name: Build artifacts
80-
run: cd terraform/infrastructure && make build-artifacts
80+
run: make build get-s3-perms
8181

8282
- name: Terraform Destroy
8383
run: |

0 commit comments

Comments
 (0)