Update multi-cloud workflow names and paths

This commit is contained in:
Haitao Pan 2025-12-24 16:31:16 +08:00
parent dad3339ee2
commit 6f6188c416
4 changed files with 6 additions and 8 deletions

View File

@ -1,11 +1,10 @@
name: AWS Cloud IAC Pipeline (Account/VPC Matrix)
name: Multi Cloud IAC Pipeline (Account/VPC Matrix)
on:
push:
pull_request:
paths:
- 'terraform-hcl-standard/aws-cloud/component/vpc/**'
- 'terraform-hcl-standard/aws-cloud/component/role/**'
- 'terraform-hcl-standard/**'
- '.github/workflows/iac-pipeline-aws-account-matrix.yaml'
workflow_dispatch:
inputs:

View File

@ -8,8 +8,8 @@ on:
push:
pull_request:
paths:
- '.github/workflows/iac-pipeline-mutli-cloud-bootstrap.yaml'
- 'terraform-hcl-standard/**'
- '.github/workflows/iac-pipeline-mutli-cloud-bootstrap.yaml'
workflow_dispatch:
inputs:
deploy_action:

View File

@ -1,11 +1,10 @@
name: AWS Cloud Global LandingZone Baseline
name: Multi Cloud LandingZone Baseline
on:
push:
pull_request:
paths:
- 'terraform-hcl-standard/aws-cloud/**'
- 'iac-template/terraform-hcl-standard/aws-cloud/**'
- 'terraform-hcl-standard/**'
- '.github/workflows/iac-pipeline-aws-global-landingzone-baseline.yaml'
branches: [main]
workflow_dispatch:

View File

@ -1,4 +1,4 @@
name: AWS Cloud IAC Pipeline (Resources Matrix)
name: Multi Cloud IAC Pipeline (Resources Matrix)
on:
push: