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 ba8e512 + 7fe68a5 commit d6c6b73Copy full SHA for d6c6b73
.github/workflows/azure-dev-validation.yml
@@ -1,6 +1,6 @@
1
name: Azure Template Validation
2
on:
3
-# workflow_dispatch:
+ workflow_dispatch:
4
push:
5
branches:
6
- main
@@ -31,4 +31,4 @@ jobs:
31
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32
# Step 3: Print the result of the validation
33
- name: Print result
34
- run: cat ${{ steps.validation.outputs.resultFile }}
+ run: cat ${{ steps.validation.outputs.resultFile }}
0 commit comments