[CES-421] Allow contextual creation of autoscaler and target service #521
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Terraform Validation | |
on: | |
workflow_dispatch: | |
pull_request: | |
types: [opened, synchronize] | |
paths: | |
- infra/** | |
- .terraform-version | |
- .pre-commit-config.yaml | |
- .trivyignore | |
jobs: | |
tf_analysis: | |
# Don't run in Changeset PRs | |
if: ${{ github.actor != 'dx-pagopa-bot' }} | |
uses: ./.github/workflows/static_analysis.yaml | |
name: Terraform Validation | |
secrets: inherit | |
with: | |
enable_modified_files_detection: true |