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: on:
push: push:
pull_request: pull_request:
paths: paths:
- 'terraform-hcl-standard/aws-cloud/component/vpc/**' - 'terraform-hcl-standard/**'
- 'terraform-hcl-standard/aws-cloud/component/role/**'
- '.github/workflows/iac-pipeline-aws-account-matrix.yaml' - '.github/workflows/iac-pipeline-aws-account-matrix.yaml'
workflow_dispatch: workflow_dispatch:
inputs: inputs:

View File

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

View File

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

View File

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