Merge pull request 'Cron nachkonfiguriert' (#5) from actions2 into main

Reviewed-on: #5
This commit was merged in pull request #5.
This commit is contained in:
2026-03-26 19:20:32 +00:00

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: