diff --git a/tweet/function.json b/tweet/function.json index 1b6cc18..d3a27e2 100644 --- a/tweet/function.json +++ b/tweet/function.json @@ -5,7 +5,7 @@ "name": "mytimer", "type": "timerTrigger", "direction": "in", - "schedule": "0 0 * * * 1", + "schedule": "0 0 10 * * MON", "runOnStartup": true } ]