mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Run scheduled to we get to know when the build breaks because of dependencies (#154)
We do not use a .lock file, as maplibre is a library. Therefore, build could potentially fail if new updates to dependencies are pushed. By building maplibre scheduled we get to know that.
This commit is contained in:
parent
99a74d35df
commit
2b0a352f32
4
.github/workflows/on_main_push.yml
vendored
4
.github/workflows/on_main_push.yml
vendored
@ -1,6 +1,10 @@
|
||||
name: Build & Deploy
|
||||
|
||||
on:
|
||||
# We do not use a .lock file, as maplibre is a library. Therefore, build could potentially fail if new updates
|
||||
# to dependencies are pushed. By building maplibre scheduled we get to know that.
|
||||
schedule:
|
||||
- cron: '0 3 * * 5' # Run "At 03:00 on Friday"
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user