From 5baa34db7e6553d1497b811e782e28afae7fd6dd Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sat, 14 Mar 2026 20:49:05 -0500 Subject: [PATCH] feat: change schedule to morning --- .gitea/workflows/render-manifests-dispatch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/render-manifests-dispatch.yaml b/.gitea/workflows/render-manifests-dispatch.yaml index 7a7eb7fa7..eba537020 100644 --- a/.gitea/workflows/render-manifests-dispatch.yaml +++ b/.gitea/workflows/render-manifests-dispatch.yaml @@ -2,7 +2,7 @@ name: render-manifests-dispatch on: schedule: - - cron: '0 3 * * *' + - cron: '0 15 * * *' workflow_dispatch: