Skip to content

[CES-155] Updated static_analysis.yaml with new action and pre-commit… #7

[CES-155] Updated static_analysis.yaml with new action and pre-commit…

[CES-155] Updated static_analysis.yaml with new action and pre-commit… #7

Workflow file for this run

name: Continuous Delivery on cgn
on:
workflow_dispatch:
push:
branches:
- main
paths:
- "src/domains/cgn/**"
jobs:
release_prod:
uses: ./.github/workflows/call_release.yaml
name: Terraform Apply
secrets: inherit
with:
environment: prod
dir: "src/domains/cgn/prod"
use_private_agent: true