fix: reduce rebuild interval to weekly

This commit is contained in:
2026-03-09 11:14:36 +01:00
parent 28ced7e0cd
commit d5ceeff086

View File

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