Skip to content

Commit 26216ef

Browse files
authored
fix: remove environment variable in ci-infra concurrency
1 parent 6589e77 commit 26216ef

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci-infra.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ on:
1212
workflow_dispatch:
1313
workflow_call:
1414

15+
env:
16+
ENV: dev
17+
REGION: us-east1
18+
GITHUB_REPO: BLMgithub/operations-analytics-pipeline
19+
1520
# Add concurrency control to prevent state lock issues
1621
concurrency:
17-
group: terraform-${{ env.ENV }}
22+
group: terraform-checkpoint
1823
cancel-in-progress: false
1924

2025
permissions:
2126
contents: 'read'
2227
id-token: 'write'
23-
24-
env:
25-
ENV: dev
26-
REGION: us-east1
27-
GITHUB_REPO: BLMgithub/operations-analytics-pipeline
28-
28+
2929
jobs:
3030
terraform-enforce:
3131
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)