[IOPLT-662] Add ELT Storage Account in ItalyNorth region #43
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: Continuous Integration on elt | ||
on: | ||
workflow_dispatch: | ||
pull_request: | ||
types: | ||
- opened | ||
- edited | ||
- synchronize | ||
- reopened | ||
- ready_for_review | ||
paths: | ||
- "src/domains/elt/**" | ||
- ".github/workflows/elt_**" | ||
jobs: | ||
code_review_prod: | ||
uses: pagopa/dx/.github/workflows/infra_plan.yaml@main | ||
Check failure on line 18 in .github/workflows/elt_ci.yaml GitHub Actions / Continuous Integration on eltInvalid workflow file
|
||
name: Terraform Plan | ||
secrets: inherit | ||
with: | ||
environment: prod | ||
dir: "src/domains/elt/prod" | ||
use_private_agent: true |