We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6589e77 commit 26216efCopy full SHA for 26216ef
1 file changed
.github/workflows/ci-infra.yml
@@ -12,20 +12,20 @@ on:
12
workflow_dispatch:
13
workflow_call:
14
15
+env:
16
+ ENV: dev
17
+ REGION: us-east1
18
+ GITHUB_REPO: BLMgithub/operations-analytics-pipeline
19
+
20
# Add concurrency control to prevent state lock issues
21
concurrency:
- group: terraform-${{ env.ENV }}
22
+ group: terraform-checkpoint
23
cancel-in-progress: false
24
25
permissions:
26
contents: 'read'
27
id-token: 'write'
-
-env:
- ENV: dev
- REGION: us-east1
- GITHUB_REPO: BLMgithub/operations-analytics-pipeline
28
29
jobs:
30
terraform-enforce:
31
runs-on: ubuntu-latest
0 commit comments