[skip ci] change scheduled builds to just monday midnight
This commit is contained in:
parent
7d4d0fda3f
commit
5dc0c64e0e
2
.github/workflows/root.yml
vendored
2
.github/workflows/root.yml
vendored
@ -5,7 +5,7 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- root
|
- root
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 6 * * *"
|
- cron: "0 0 * * 1"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user