convert nightly builds to weekly

This commit is contained in:
Taner Sener 2022-01-10 09:08:08 +00:00
parent 326dd1b127
commit a3e235ca70
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ name: android nightly builds
on:
schedule:
- cron: '0 5 * * *'
- cron: '0 3 * * 0'
jobs:
build-android-main-on-linux:

View File

@ -2,7 +2,7 @@ name: apple nightly builds
on:
schedule:
- cron: '0 3 * * *'
- cron: '0 1 * * 0'
jobs:
build-ios-main-on-macos-bigsur: