chore: updated github workflow
This commit is contained in:
3
.github/workflows/infra-build.yml
vendored
3
.github/workflows/infra-build.yml
vendored
@@ -4,7 +4,6 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
terraform:
|
||||
@@ -23,8 +22,6 @@ jobs:
|
||||
|
||||
- name: Setup Terraform
|
||||
uses: hashicorp/setup-terraform@v2
|
||||
with:
|
||||
terraform_version: 1.9.0
|
||||
|
||||
- name: Terraform Init
|
||||
run: terraform init
|
||||
|
Reference in New Issue
Block a user