Skip to content

Commit

Permalink
convert nightly builds to weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
tanersener committed Jan 10, 2022
1 parent 326dd1b commit a3e235c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: android nightly builds

on:
schedule:
- cron: '0 5 * * *'
- cron: '0 3 * * 0'

jobs:
build-android-main-on-linux:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: apple nightly builds

on:
schedule:
- cron: '0 3 * * *'
- cron: '0 1 * * 0'

jobs:
build-ios-main-on-macos-bigsur:
Expand Down

0 comments on commit a3e235c

Please sign in to comment.