From d205d829c0bb574cbd5a2bd0840dbf33c13ae0e2 Mon Sep 17 00:00:00 2001 From: cloudneutral Date: Wed, 10 Dec 2025 13:26:24 +0800 Subject: [PATCH] Fix AWS account matrix workflow paths --- ...aform-standard-iac-pipeline-aws-account-matrix.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/terraform-standard-iac-pipeline-aws-account-matrix.yaml b/.github/workflows/terraform-standard-iac-pipeline-aws-account-matrix.yaml index 7668fc57..34bc0e80 100644 --- a/.github/workflows/terraform-standard-iac-pipeline-aws-account-matrix.yaml +++ b/.github/workflows/terraform-standard-iac-pipeline-aws-account-matrix.yaml @@ -3,9 +3,9 @@ name: IAC Pipeline AWS Cloud (Account/VPC Matrix) on: push: paths: - - 'iac-template/terraform-hcl-standard/aws-cloud/instance/vpc/**' - - 'iac-template/terraform-hcl-standard/aws-cloud/instance/role/**' - - '.github/workflows/terraform-standard-iac-pipeline-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: dry_run: @@ -15,12 +15,12 @@ on: env: AWS_REGION: ap-northeast-1 - BASE_DIR: iac-template/terraform-hcl-standard/aws-cloud/instance/ + BASE_DIR: iac-template/terraform-hcl-standard/aws-cloud/component/ DRY_RUN: ${{ github.event.inputs.dry_run || 'true' }} jobs: terraform: - name: "${{ matrix.env }} :: pipeline (dry_run=${{ inputs.dry_run }})" + name: "${{ matrix.component }} :: pipeline (dry_run=${{ inputs.dry_run }})" runs-on: ubuntu-latest strategy: