diff --git a/GetGames.cs b/GetGames.cs index 493b43e..98f30ac 100644 --- a/GetGames.cs +++ b/GetGames.cs @@ -14,8 +14,9 @@ namespace azfx_calendars_functions_dotnet { public static readonly HttpClient client = new HttpClient(); + [Disable("IS_DISABLED")] [FunctionName("GetGames")] - public static async Task Run([TimerTrigger("0 30 19 * * *")]TimerInfo myTimer, ILogger log) + public static async Task Run([TimerTrigger("0 0 12 * * *")]TimerInfo myTimer, ILogger log) { try {