From bf1960821098c78a9042951096ef2a08daa6414e Mon Sep 17 00:00:00 2001 From: Liz Baron <10554+lizbaron@users.noreply.github.com> Date: Sun, 10 Oct 2021 12:24:17 -0400 Subject: [PATCH] removed schedule --- .github/workflows/aks_manage_cluster.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/aks_manage_cluster.yml b/.github/workflows/aks_manage_cluster.yml index 9ae4043db..fc96c2a18 100644 --- a/.github/workflows/aks_manage_cluster.yml +++ b/.github/workflows/aks_manage_cluster.yml @@ -1,12 +1,12 @@ name: Manage AKS on: - 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] + # 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] workflow_dispatch: inputs: projectName: