Skip to content

Commit d6c6b73

Browse files
Merge pull request #229 from microsoft/dev
refactor: Update template validation yaml
2 parents ba8e512 + 7fe68a5 commit d6c6b73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/azure-dev-validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Azure Template Validation
22
on:
3-
# workflow_dispatch:
3+
workflow_dispatch:
44
push:
55
branches:
66
- main
@@ -31,4 +31,4 @@ jobs:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3232
# Step 3: Print the result of the validation
3333
- name: Print result
34-
run: cat ${{ steps.validation.outputs.resultFile }}
34+
run: cat ${{ steps.validation.outputs.resultFile }}

0 commit comments

Comments
 (0)