fix: reduce rebuild interval to weekly

This commit is contained in:
2026-03-09 11:55:14 +01:00
parent d5ceeff086
commit ed78b517a3

View File

@@ -3,7 +3,7 @@ name: Build container image
on:
pull_request:
schedule:
- cron: '30 1 0 * *'
- cron: '30 1 1 * *'
push:
paths:
- "Containerfile"