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: on:
pull_request: pull_request:
schedule: schedule:
- cron: '30 1 * * *' - cron: '30 1 0 * *'
push: push:
paths: paths:
- "Containerfile" - "Containerfile"