PoC Generate Terraform graph - TEST #476
This file contains hidden or 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: Infra Code Review | |
on: | |
workflow_dispatch: | |
pull_request: | |
types: | |
- opened | |
- synchronize | |
- reopened | |
- ready_for_review | |
paths: | |
# Trigger the workflow when resources are modified | |
- "infra/resources/**" | |
# Trigger the workflow when the involved workflows are modified | |
- ".github/workflows/code_review_infra.yaml" | |
permissions: | |
contents: read | |
pull-requests: write | |
id-token: write | |
jobs: | |
code_review_dev: | |
uses: pagopa/dx/.github/workflows/infra_plan.yaml@main | |
name: Code Review Infra Plan | |
secrets: inherit | |
with: | |
environment: dev | |
override_github_environment: infra-dev | |
base_path: infra/resources |