From 703b4fcae85dd6e19c6cf4707af270eecc2ef1d4 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sat, 25 Apr 2026 18:38:28 +0200 Subject: [PATCH] Change cron schedule to run every 12 hours 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 c2cdb4c1d..ceb87b2d8 100644 --- a/.github/workflows/gallery-agent.yaml +++ b/.github/workflows/gallery-agent.yaml @@ -2,7 +2,7 @@ name: Gallery Agent on: schedule: - - cron: '0 */3 * * *' # Run every 4 hours + - cron: '0 */12 * * *' # Run every 4 hours workflow_dispatch: inputs: search_term: