Skip to content

Commit ca47207

Browse files
authored
Merge pull request #113 from tSQLt-org/disableManageAKSWorkflow
removed schedule
2 parents ba9f40d + bf19608 commit ca47207

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/aks_manage_cluster.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: Manage AKS
22

33
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]
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]
1010
workflow_dispatch:
1111
inputs:
1212
projectName:

0 commit comments

Comments
 (0)