Skip to content

fix improper change detection #17

fix improper change detection

fix improper change detection #17

Workflow file for this run

name: "Terraform"
on:
pull_request:
branches:
- "*"
- "*/*"
- "**"
jobs:
terraform-format-test:
uses: ./.github/workflows/terraform_format.yml
tfsec-pr-commenter:
uses: ./.github/workflows/tfsec_pr_commenter.yml
terraform-graph:
uses: ./.github/workflows/terraform_graph.yml
terraform-docs:
needs: [terraform-format-test, tfsec-pr-commenter]
uses: ./.github/workflows/documentation.yml