Skip to content

Commit

Permalink
change trigger to run every hour
Browse files Browse the repository at this point in the history
  • Loading branch information
elay committed Jun 14, 2024
1 parent 7334fea commit bc69adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcfuncs/ipban/function.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "mytimer",
"type": "timerTrigger",
"direction": "in",
"schedule": "%TIMER_SCHEDULE%"
"schedule": "0 */1 * * *"
}
]
}

0 comments on commit bc69adb

Please sign in to comment.