Skip to content

Commit e488b28

Browse files
Add AZURE_DEV_COLLECT_TELEMETRY variable in azure-dev.yml file for macae-v2
1 parent 4fcb021 commit e488b28

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/azure-dev.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: Azure Template Validation
22
on:
3-
push:
4-
branches:
5-
- main
63
workflow_dispatch:
74

85
permissions:
@@ -26,6 +23,7 @@ jobs:
2623
AZURE_ENV_NAME: ${{ vars.AZURE_ENV_NAME }}
2724
AZURE_LOCATION: ${{ vars.AZURE_LOCATION }}
2825
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26+
AZURE_DEV_COLLECT_TELEMETRY: ${{ vars.AZURE_DEV_COLLECT_TELEMETRY }}
2927

3028
- name: print result
3129
run: cat ${{ steps.validation.outputs.resultFile }}

0 commit comments

Comments
 (0)