Skip to content

Commit

Permalink
...remove manual delete
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanLaserGit committed Sep 11, 2024
1 parent 64a7546 commit ebd70c7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/research_datastream_terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ on:
- main
paths:
- 'research_datastream/terraform/**'
- '.github/workflows/research_datastrea_terraform.yml'
- '.github/workflows/research_datastream_terraform.yml'
pull_request:
branches:
- main
paths:
- 'research_datastream/terraform/**'
- '.github/workflows/research_datastrea_terraform.yml'
- '.github/workflows/research_datastream_terraform.yml'
jobs:
validate-terraform:
runs-on: ubuntu-latest
Expand All @@ -32,4 +32,3 @@ jobs:
terraform validate
terraform apply -var-file=./variables_gitactions.tfvars -auto-approve
terraform destroy -var-file=./variables_gitactions.tfvars -auto-approve
aws iam delete-instance-profile --instance-profile-name datastream_ec2_profile_github_actions

0 comments on commit ebd70c7

Please sign in to comment.