You've already forked fedora-toolbox
forked from davejansen/fedora-bootc
Update cron schedule so builds only run every three days
This commit is contained in:
@@ -5,7 +5,7 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "05 10 * * *" # 10:05am UTC everyday
|
- cron: "05 4 */3 * *" # 4:05am every three days.
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|||||||
Reference in New Issue
Block a user