change android container build to run nightly and on demand
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
name: Build android container
|
||||
on: [push]
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 4 * * *"
|
||||
|
||||
jobs:
|
||||
android-release-builder-container-build:
|
||||
|
||||
Reference in New Issue
Block a user