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:
|
||||
- main
|
||||
schedule:
|
||||
- cron: "05 10 * * *" # 10:05am UTC everyday
|
||||
- cron: "05 4 */3 * *" # 4:05am every three days.
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
Reference in New Issue
Block a user