Skip to content

Commit 2310d99

Browse files
Merge pull request #566 from microsoft/psl-dev-azureyml-nj
chore: Add AZURE_DEV_COLLECT_TELEMETRY variable in azure-dev.yml file for MACAE-v3
2 parents c140b0b + 15bb34b commit 2310d99

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,8 +1,5 @@
11
name: Azure Template Validation
22
on:
3-
push:
4-
branches:
5-
- main
63
workflow_dispatch:
74

85
permissions:
@@ -37,6 +34,8 @@ jobs:
3734
AZURE_ENV_MODEL_CAPACITY: 1
3835
AZURE_ENV_MODEL_4_1_CAPACITY: 1
3936
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37+
AZURE_DEV_COLLECT_TELEMETRY: ${{ vars.AZURE_DEV_COLLECT_TELEMETRY }}
38+
4039
# Step 3: Print the result of the validation
4140
- name: print result
4241
run: cat ${{ steps.validation.outputs.resultFile }}

0 commit comments

Comments
 (0)