CI: make daily build occur every other hour on the odd hours.
This commit is contained in:
committed by
Chris Hennes
parent
75edcba686
commit
792d2b61cc
2
.github/workflows/sub_weeklyBuild.yml
vendored
2
.github/workflows/sub_weeklyBuild.yml
vendored
@@ -1,7 +1,7 @@
|
||||
name: Weekly Build
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 19 * * *"
|
||||
- cron: "0 1,3,5,7,9,11,13,15,17,19,21,23 * * *"
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
Reference in New Issue
Block a user