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 ba9f40d + bf19608 commit ca47207Copy full SHA for ca47207
.github/workflows/aks_manage_cluster.yml
@@ -1,12 +1,12 @@
1
name: Manage AKS
2
3
on:
4
- schedule:
5
- # * is a special character in YAML so you have to quote this string
6
- # Run every sunday at 6:20 AM
7
- - cron: '15 5 * * *'
8
- repository_dispatch:
9
- types: [aks-start, aks-stop]
+ # schedule:
+ # # * is a special character in YAML so you have to quote this string
+ # # Run every sunday at 6:20 AM
+ # - cron: '15 5 * * *'
+ # repository_dispatch:
+ # types: [aks-start, aks-stop]
10
workflow_dispatch:
11
inputs:
12
projectName:
0 commit comments