diff --git a/.gitea/workflows/update-laws.yaml b/.gitea/workflows/update-laws.yaml index d0a0ce09..faa4c993 100644 --- a/.gitea/workflows/update-laws.yaml +++ b/.gitea/workflows/update-laws.yaml @@ -2,8 +2,8 @@ name: Update Laws from RSS on: schedule: - # Täglich um 17:35 UTC (18:35 MEZ / 19:35 MESZ) - - cron: '35 17 * * *' + # Täglich um 21:00 UTC (22:00 MEZ / 23:00 MESZ) + - cron: '0 21 * * *' # Manueller Trigger für Tests workflow_dispatch: @@ -64,7 +64,7 @@ jobs: git status git commit -m "Update laws from RSS - $(date +'%Y-%m-%d %H:%M:%S UTC')" git remote set-url origin https://lawgit-bot:${{ gitea.token }}@git.coded.law/${{ gitea.repository }}.git - timeout 600 git push --progress origin main 2>&1 || echo "Push fehlgeschlagen oder Timeout" + timeout 600 git push --progress origin main 2>&1 || echo "Push fehlgeschlagen oder Timeout" fi - name: Summary