From 562b26b96ac33d147476306a34f691cd87b33d67 Mon Sep 17 00:00:00 2001 From: Job79 Date: Sun, 29 Sep 2024 11:29:50 +0200 Subject: [PATCH] ci: build the container weekly --- .gitea/workflows/ci.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 7446038..6aef5fa 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -1,5 +1,8 @@ name: Container build -on: [ push ] +on: + push: + schedule: + - cron: '0 16 * * FRI' jobs: container-build: