Skip to content

Commit 862b23f

Browse files
Merge pull request #567 from microsoft/psl-macae2-azuredev
chore: Add AZURE_DEV_COLLECT_TELEMETRY variable in azure-dev.yml file for MACAE-v2
2 parents 4fcb021 + e488b28 commit 862b23f

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)