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 d1dbe06 + 862b23f commit 2fc2c25Copy full SHA for 2fc2c25
.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:
@@ -26,6 +23,7 @@ jobs:
26
23
AZURE_ENV_NAME: ${{ vars.AZURE_ENV_NAME }}
27
24
AZURE_LOCATION: ${{ vars.AZURE_LOCATION }}
28
25
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ AZURE_DEV_COLLECT_TELEMETRY: ${{ vars.AZURE_DEV_COLLECT_TELEMETRY }}
29
30
- name: print result
31
run: cat ${{ steps.validation.outputs.resultFile }}
0 commit comments