Skip to content

Commit 703b4fc

Browse files
authored
Change cron schedule to run every 12 hours
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
1 parent 73aacad commit 703b4fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gallery-agent.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Gallery Agent
22
on:
33

44
schedule:
5-
- cron: '0 */3 * * *' # Run every 4 hours
5+
- cron: '0 */12 * * *' # Run every 4 hours
66
workflow_dispatch:
77
inputs:
88
search_term:

0 commit comments

Comments
 (0)