From a9a59ec776bf789500212996c8f8d0de546ff1d9 Mon Sep 17 00:00:00 2001 From: Tobias Lehmann Date: Sat, 20 Sep 2025 11:37:38 +0200 Subject: [PATCH] CAPORG-409 Add scheduler to de.captica.n8n pipeline to trigger image recreation each day to get n8n updates --- .gitea/workflows/pipeline-build.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/pipeline-build.yaml b/.gitea/workflows/pipeline-build.yaml index 32b4458..11465b9 100644 --- a/.gitea/workflows/pipeline-build.yaml +++ b/.gitea/workflows/pipeline-build.yaml @@ -1,7 +1,10 @@ name: Build Pipeline for de.captica.n8n run-name: ${{ gitea.actor }} pushed new changes to ${{ gitea.branch }} -on: [push] +on: + push: + schedule: + - cron: '0 * * * *' jobs: Publish Docker: