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 c140b0b + 15bb34b commit 2310d99Copy full SHA for 2310d99
.github/workflows/azure-dev.yml
@@ -1,8 +1,5 @@
1
name: Azure Template Validation
2
on:
3
- push:
4
- branches:
5
- - main
6
workflow_dispatch:
7
8
permissions:
@@ -37,6 +34,8 @@ jobs:
37
34
AZURE_ENV_MODEL_CAPACITY: 1
38
35
AZURE_ENV_MODEL_4_1_CAPACITY: 1
39
36
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ AZURE_DEV_COLLECT_TELEMETRY: ${{ vars.AZURE_DEV_COLLECT_TELEMETRY }}
+
40
# Step 3: Print the result of the validation
41
- name: print result
42
run: cat ${{ steps.validation.outputs.resultFile }}
0 commit comments