Skip to content

Commit 363501b

Browse files
Add AZURE_DEV_COLLECT_TELEMETRY variable in azure-dev-validation.yml file
1 parent c0d7321 commit 363501b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/azure-dev-validation.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: Azure Template Validation
22
on:
33
workflow_dispatch:
4-
push:
5-
branches:
6-
- main
4+
75
permissions:
86
contents: read
97
id-token: write
@@ -34,6 +32,7 @@ jobs:
3432
AZURE_AI_DEPLOYMENT_LOCATION : ${{ secrets.AZURE_AI_DEPLOYMENT_LOCATION }}
3533
AZURE_ENV_MODEL_CAPACITY : 1
3634
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35+
AZURE_DEV_COLLECT_TELEMETRY:: ${{ vars.AZURE_DEV_COLLECT_TELEMETRY }}
3736
# Step 3: Print the result of the validation
3837
- name: Print result
3938
run: cat ${{ steps.validation.outputs.resultFile }}

0 commit comments

Comments
 (0)