1
0

[skip ci] change scheduled builds to just monday midnight

This commit is contained in:
Jannik Reimers 2025-01-17 00:31:24 +01:00
parent 7d4d0fda3f
commit 5dc0c64e0e

View File

@ -5,7 +5,7 @@ on:
branches:
- root
schedule:
- cron: "0 6 * * *"
- cron: "0 0 * * 1"
jobs:
build: