[CES-476] Added new storage account iopsignst for ITN migration #31
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: PR - IO Sign TF Validation | |
on: | |
workflow_dispatch: | |
pull_request: | |
types: | |
- opened | |
- edited | |
- synchronize | |
- reopened | |
- ready_for_review | |
paths: | |
- "infra/resources/prod/**" | |
- ".github/workflows/tf-code-review.yaml" | |
jobs: | |
prod_itn_core_code_review: | |
uses: pagopa/dx/.github/workflows/infra_plan.yaml@main | |
name: Prod - Code Review | |
secrets: inherit | |
with: | |
environment: prod | |
base_path: infra/resources |