From ab2443d639e009249891be0196ae0c3ed2ce8c2b Mon Sep 17 00:00:00 2001 From: fithwum Date: Thu, 17 Jul 2025 07:15:32 -0700 Subject: [PATCH] Update .gitea/workflows/pipeline.yml --- .gitea/workflows/{base-build.yml => pipeline.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .gitea/workflows/{base-build.yml => pipeline.yml} (99%) diff --git a/.gitea/workflows/base-build.yml b/.gitea/workflows/pipeline.yml similarity index 99% rename from .gitea/workflows/base-build.yml rename to .gitea/workflows/pipeline.yml index e8b3737..4fbbd96 100644 --- a/.gitea/workflows/base-build.yml +++ b/.gitea/workflows/pipeline.yml @@ -11,7 +11,7 @@ on: - '!**/CHANGES.md' - '!**/build-info.json' schedule: - - cron: '30 */6 * * *' + - cron: '30 1 * * 0' env: IMAGE_REGISTRY: gitea.fithwum.tech