Change cron schedule in build.yml
Updated cron schedule to run every 2 days at 10:05 AM.
This commit is contained in:
@@ -5,7 +5,7 @@ on:
|
||||
branches:
|
||||
- main
|
||||
schedule:
|
||||
- cron: '05 10 * * 2,5'
|
||||
- cron: 05 10 */2 * *
|
||||
#push:
|
||||
#branches:
|
||||
#- main
|
||||
|
||||
Reference in New Issue
Block a user