From 02300cfbd130ff18031bfa9eed3a2b6fa8eab112 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Thu, 16 Oct 2025 23:10:33 +0200 Subject: [PATCH] Change cron schedule to run every hour Signed-off-by: Ettore Di Giacinto --- .github/workflows/gallery-agent.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gallery-agent.yaml b/.github/workflows/gallery-agent.yaml index 9eb2486c7..9d2823756 100644 --- a/.github/workflows/gallery-agent.yaml +++ b/.github/workflows/gallery-agent.yaml @@ -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: