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:
|
branches:
|
||||||
- main
|
- main
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '05 10 * * 2,5'
|
- cron: 05 10 */2 * *
|
||||||
#push:
|
#push:
|
||||||
#branches:
|
#branches:
|
||||||
#- main
|
#- main
|
||||||
|
|||||||
Reference in New Issue
Block a user