Cron nachkonfiguriert

This commit is contained in:
2026-03-26 20:20:00 +01:00
parent e130050bf0
commit eecedb5c32

View File

@@ -2,7 +2,7 @@ name: Build & Push Synapse Antispam Image
on:
schedule:
- cron: '0 3 * * *' # täglich 03:00 UTC
- cron: '0 * * * *' # stündlich
workflow_dispatch: # manueller Trigger über die Gitea UI
env: