Skip to content

Continuous Integration on elt #9

Continuous Integration on elt

Continuous Integration on elt #9

Workflow file for this run

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: ./.github/workflows/call_code_review.yaml
name: Terraform Plan
secrets: inherit
with:
environment: prod
dir: "src/domains/elt/prod/westeurope"
use_private_agent: true