Skip to content

Commit 2fc2c25

Browse files
Merge pull request #575 from microsoft/dev
fix: Dev to macae-v2 merge
2 parents d1dbe06 + 862b23f commit 2fc2c25

File tree

3 files changed

+386
-336
lines changed

3 files changed

+386
-336
lines changed

.github/workflows/azure-dev.yml

Lines changed: 1 addition & 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:
@@ -26,6 +23,7 @@ jobs:
2623
AZURE_ENV_NAME: ${{ vars.AZURE_ENV_NAME }}
2724
AZURE_LOCATION: ${{ vars.AZURE_LOCATION }}
2825
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26+
AZURE_DEV_COLLECT_TELEMETRY: ${{ vars.AZURE_DEV_COLLECT_TELEMETRY }}
2927

3028
- name: print result
3129
run: cat ${{ steps.validation.outputs.resultFile }}

0 commit comments

Comments
 (0)