We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aaf30bb + 30b7c1d commit b8f80f6Copy full SHA for b8f80f6
.github/workflows/azure-dev-validation.yml renamed to .github/workflows/azure-dev.yml
@@ -1,9 +1,7 @@
1
name: Azure Template Validation
2
on:
3
workflow_dispatch:
4
- push:
5
- branches:
6
- - main
+
7
permissions:
8
contents: read
9
id-token: write
@@ -34,6 +32,7 @@ jobs:
34
32
AZURE_AI_DEPLOYMENT_LOCATION : ${{ secrets.AZURE_AI_DEPLOYMENT_LOCATION }}
35
33
AZURE_ENV_MODEL_CAPACITY : 1
36
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ AZURE_DEV_COLLECT_TELEMETRY: ${{ vars.AZURE_DEV_COLLECT_TELEMETRY }}
37
# Step 3: Print the result of the validation
38
- name: Print result
39
run: cat ${{ steps.validation.outputs.resultFile }}
0 commit comments