Change cron schedule to run every hour

Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
Ettore Di Giacinto
2025-10-16 23:10:33 +02:00
committed by GitHub
parent 17c5c732c7
commit 02300cfbd1

View File

@@ -2,7 +2,7 @@ name: Gallery Agent
on:
schedule:
- cron: '0 */4 * * *' # Run every 4 hours
- cron: '0 */1 * * *' # Run every 4 hours
workflow_dispatch:
inputs:
search_term: