chore(ci): build every Monday at 2am

This commit is contained in:
2025-04-13 13:29:42 +03:00
parent c99062154a
commit 1e56bfdcb9

View File

@@ -4,7 +4,7 @@ name: GitHub Docker Registry Build
on: on:
schedule: schedule:
- cron: "41 1 * * *" - cron: "0 2 * * 1" # At 2:00 on Monday.
push: push:
branches: ["main"] branches: ["main"]
workflow_dispatch: workflow_dispatch: