From e2f811ddf0ab66467b13f415cb4f564ec8132a1b Mon Sep 17 00:00:00 2001 From: Bryan Melvida <126201239+BLMgithub@users.noreply.github.com> Date: Sat, 11 Apr 2026 12:23:37 +0800 Subject: [PATCH] fix: removed environment variable name in ci-infra concurrency --- .github/workflows/ci-infra.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci-infra.yml b/.github/workflows/ci-infra.yml index 83ccb58..48b4db6 100644 --- a/.github/workflows/ci-infra.yml +++ b/.github/workflows/ci-infra.yml @@ -12,20 +12,20 @@ on: workflow_dispatch: workflow_call: +env: + ENV: dev + REGION: us-east1 + GITHUB_REPO: BLMgithub/operations-analytics-pipeline + # Add concurrency control to prevent state lock issues concurrency: - group: terraform-${{ env.ENV }} + group: terraform-checkpoint cancel-in-progress: false permissions: contents: 'read' id-token: 'write' - -env: - ENV: dev - REGION: us-east1 - GITHUB_REPO: BLMgithub/operations-analytics-pipeline - + jobs: terraform-enforce: runs-on: ubuntu-latest