Skip to content

Commit

Permalink
remove workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
YannMjl committed Apr 12, 2024
1 parent 9bde5df commit fc3ff3b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
name: 'Terraform'

on:
push:
branches:
- main
# push:
# branches:
# - main
pull_request:

jobs:
Expand All @@ -30,10 +30,10 @@ jobs:
uses: actions/checkout@v2

# Install the latest version of Terraform CLI and configure the Terraform CLI configuration file with a Terraform Cloud user API token
- name: Setup Terraform
uses: hashicorp/setup-terraform@v1
with:
cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }}
# - name: Setup Terraform
# uses: hashicorp/setup-terraform@v1
# with:
# cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }}

# Initialize a new or existing Terraform working directory by creating initial files, loading any remote state, downloading modules, etc.
- name: Terraform Init
Expand Down

0 comments on commit fc3ff3b

Please sign in to comment.