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: