mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Add schedule to mac workflow
This commit is contained in:
parent
a57aeed4a1
commit
24b3198123
4
.github/workflows/apple.yml
vendored
4
.github/workflows/apple.yml
vendored
@ -2,7 +2,9 @@
|
||||
|
||||
name: Apple (Expensive)
|
||||
|
||||
on: [ pull_request ]
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 17 * * 1'
|
||||
|
||||
jobs:
|
||||
build-macos:
|
||||
|
||||
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user