Skip to content

Commit c26ac4d

Browse files
Add AZURE_DEV_COLLECT_TELEMETRY variable in azure-dev.yml file (#711)
1 parent 279c5a1 commit c26ac4d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/azure-dev.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
@@ -32,6 +30,7 @@ jobs:
3230
AZURE_ENV_NAME: ${{ secrets.AZURE_ENV_NAME }}
3331
AZURE_LOCATION: ${{ secrets.AZURE_LOCATION }}
3432
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33+
AZURE_DEV_COLLECT_TELEMETRY: ${{ vars.AZURE_DEV_COLLECT_TELEMETRY }}
3534
# Step 3: Print the result of the validation
3635
- name: Print result
3736
run: cat ${{ steps.validation.outputs.resultFile }}

0 commit comments

Comments
 (0)