From 04263eb5bfeffdcc0116ca2a14fba43de5b1f135 Mon Sep 17 00:00:00 2001 From: Johannes Kattnig Date: Sun, 18 Jan 2026 15:46:10 +0100 Subject: [PATCH] Update .gitea/workflows/gitea.yaml --- .gitea/workflows/gitea.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/gitea.yaml b/.gitea/workflows/gitea.yaml index 91de814..06b8cbe 100644 --- a/.gitea/workflows/gitea.yaml +++ b/.gitea/workflows/gitea.yaml @@ -1,6 +1,11 @@ name: "Python Script Test Pipeline" run-name: ${{ gitea.actor }} running Python script test pipeline 🚀 -on: [push] + +on: + push: + schedule: + # 14:50 UTC is 15:50 in Austria + - cron: '50 14 * * *' jobs: Test_Python_Script: