Cron auf 17:35 UTC ändern

This commit is contained in:
2026-02-20 17:30:22 +01:00
parent b5751fa179
commit c6d6edd5b0

View File

@@ -2,8 +2,8 @@ name: Update Laws from RSS
on:
schedule:
# Täglich um 02:00 UTC (03:00 MEZ / 04:00 MESZ)
- cron: '0 2 * * *'
# Täglich um 17:35 UTC (18:35 MEZ / 19:35 MESZ)
- cron: '35 17 * * *'
# Manueller Trigger für Tests
workflow_dispatch: