You've already forked fedora-bootc
Update cron schedule so builds only run every three days
All checks were successful
Build container image / Build and push image (push) Successful in 27m58s
All checks were successful
Build container image / Build and push image (push) Successful in 27m58s
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