convert nightly builds to weekly
This commit is contained in:
parent
326dd1b127
commit
a3e235ca70
|
@ -2,7 +2,7 @@ name: android nightly builds
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 5 * * *'
|
- cron: '0 3 * * 0'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-android-main-on-linux:
|
build-android-main-on-linux:
|
|
@ -2,7 +2,7 @@ name: apple nightly builds
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 3 * * *'
|
- cron: '0 1 * * 0'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-ios-main-on-macos-bigsur:
|
build-ios-main-on-macos-bigsur:
|
Loading…
Reference in New Issue
Block a user