Add schedule to mac workflow

This commit is contained in:
Maximilian Ammann 2022-01-28 11:06:55 +01:00
parent a57aeed4a1
commit 24b3198123
2 changed files with 4 additions and 2 deletions

View File

@ -2,7 +2,9 @@
name: Apple (Expensive)
on: [ pull_request ]
on:
schedule:
- cron: '0 17 * * 1'
jobs:
build-macos:

View File

@ -84,7 +84,7 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: mapr.apk
path: target/debug/apk/mapr.apk
path: target/debug/apk/mapr-demo.apk
build-wasm-webgl:
runs-on: ubuntu-20.04