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