diff --git a/.github/workflows/research_datastream_terraform.yml b/.github/workflows/research_datastream_terraform.yml index 90e1022f..92bad5b9 100644 --- a/.github/workflows/research_datastream_terraform.yml +++ b/.github/workflows/research_datastream_terraform.yml @@ -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 @@ -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