Skip to content

Commit b8f80f6

Browse files
Merge pull request #237 from microsoft/psl-azuredev-nj
chore: Add AZURE_DEV_COLLECT_TELEMETRY in azure-dev.yml file
2 parents aaf30bb + 30b7c1d commit b8f80f6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/azure-dev-validation.yml renamed to .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
@@ -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)