From d30672446a4b41f6a4af73c013c65598d5e0134e Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Wed, 24 Dec 2025 11:20:38 +0800 Subject: [PATCH] Rename AWS workflow pipelines Rename terraform-standard AWS workflow files to iac-pipeline naming. --- ...trix.yaml => iac-pipeline-aws-global-account-matrix.yaml} | 3 ++- ...bootstrap.yaml => iac-pipeline-aws-global-bootstrap.yaml} | 5 +---- ...aml => iac-pipeline-aws-global-landingzone-baseline.yaml} | 4 +++- ...ix.yaml => iac-pipeline-aws-global-resources-matrix.yaml} | 4 +++- 4 files changed, 9 insertions(+), 7 deletions(-) rename .github/workflows/{terraform-standard-iac-pipeline-aws-account-matrix.yaml => iac-pipeline-aws-global-account-matrix.yaml} (97%) rename .github/workflows/{terraform-standard-iac-pipeline-aws-global-bootstrap.yaml => iac-pipeline-aws-global-bootstrap.yaml} (92%) rename .github/workflows/{terraform-standard-iac-pipeline-aws-global-landingzone-baseline.yaml => iac-pipeline-aws-global-landingzone-baseline.yaml} (96%) rename .github/workflows/{terraform-standard-iac-pipeline-aws-resources-matrix.yaml => iac-pipeline-aws-global-resources-matrix.yaml} (95%) diff --git a/.github/workflows/terraform-standard-iac-pipeline-aws-account-matrix.yaml b/.github/workflows/iac-pipeline-aws-global-account-matrix.yaml similarity index 97% rename from .github/workflows/terraform-standard-iac-pipeline-aws-account-matrix.yaml rename to .github/workflows/iac-pipeline-aws-global-account-matrix.yaml index 4bb76f62..f89b0df1 100644 --- a/.github/workflows/terraform-standard-iac-pipeline-aws-account-matrix.yaml +++ b/.github/workflows/iac-pipeline-aws-global-account-matrix.yaml @@ -2,10 +2,11 @@ name: AWS Cloud IAC Pipeline (Account/VPC Matrix) on: push: + pull_request: paths: + - '.github/workflows/iac-pipeline-aws-account-matrix.yaml' - 'iac-template/terraform-hcl-standard/aws-cloud/component/vpc/**' - 'iac-template/terraform-hcl-standard/aws-cloud/component/role/**' - - '.github/workflows/terraform-standard-iac-pipeline-aws-account-matrix.yaml' workflow_dispatch: inputs: deploy_action: diff --git a/.github/workflows/terraform-standard-iac-pipeline-aws-global-bootstrap.yaml b/.github/workflows/iac-pipeline-aws-global-bootstrap.yaml similarity index 92% rename from .github/workflows/terraform-standard-iac-pipeline-aws-global-bootstrap.yaml rename to .github/workflows/iac-pipeline-aws-global-bootstrap.yaml index 50d06cd4..fd7b544a 100644 --- a/.github/workflows/terraform-standard-iac-pipeline-aws-global-bootstrap.yaml +++ b/.github/workflows/iac-pipeline-aws-global-bootstrap.yaml @@ -6,13 +6,10 @@ concurrency: on: push: - paths: - - 'iac-template/terraform-hcl-standard/aws-cloud/bootstrap/**' - - '.github/workflows/terraform-standard-iac-pipeline-aws-global-bootstrap.yaml' pull_request: paths: + - '.github/workflows/iac-pipeline-aws-global-bootstrap.yaml' - 'iac-template/terraform-hcl-standard/aws-cloud/bootstrap/**' - - '.github/workflows/terraform-standard-iac-pipeline-aws-global-bootstrap.yaml' workflow_dispatch: inputs: deploy_action: diff --git a/.github/workflows/terraform-standard-iac-pipeline-aws-global-landingzone-baseline.yaml b/.github/workflows/iac-pipeline-aws-global-landingzone-baseline.yaml similarity index 96% rename from .github/workflows/terraform-standard-iac-pipeline-aws-global-landingzone-baseline.yaml rename to .github/workflows/iac-pipeline-aws-global-landingzone-baseline.yaml index 598b113c..025f5f7e 100644 --- a/.github/workflows/terraform-standard-iac-pipeline-aws-global-landingzone-baseline.yaml +++ b/.github/workflows/iac-pipeline-aws-global-landingzone-baseline.yaml @@ -2,9 +2,11 @@ name: AWS Cloud Global LandingZone Baseline on: push: + pull_request: + paths: paths: - 'iac-template/terraform-hcl-standard/aws-cloud/**' - - '.github/workflows/terraform-standard-iac-pipeline-aws-global-landingzone-baseline.yaml' + - '.github/workflows/iac-pipeline-aws-global-landingzone-baseline.yaml' pull_request: branches: [main] workflow_dispatch: diff --git a/.github/workflows/terraform-standard-iac-pipeline-aws-resources-matrix.yaml b/.github/workflows/iac-pipeline-aws-global-resources-matrix.yaml similarity index 95% rename from .github/workflows/terraform-standard-iac-pipeline-aws-resources-matrix.yaml rename to .github/workflows/iac-pipeline-aws-global-resources-matrix.yaml index c0aa1dd2..e210bad4 100644 --- a/.github/workflows/terraform-standard-iac-pipeline-aws-resources-matrix.yaml +++ b/.github/workflows/iac-pipeline-aws-global-resources-matrix.yaml @@ -2,10 +2,12 @@ name: AWS Cloud IAC Pipeline (Resources Matrix) on: push: + pull_request: paths: + paths: + - '.github/workflows/iac-pipeline-aws-resources-matrix.yaml' - 'iac-template/terraform-hcl-standard/aws-cloud/component/ec2/**' - 'iac-template/terraform-hcl-standard/aws-cloud/component/s3/**' - - '.github/workflows/terraform-standard-iac-pipeline-aws-resources-matrix.yaml' workflow_dispatch: inputs: deploy_action: