ci(actions): check weekly for still working dependencies

This commit is contained in:
EdJoPaTo
2021-05-25 19:32:12 +02:00
parent 7b0a1ca240
commit f8408d666d
+3
View File
@@ -3,6 +3,9 @@ name: Test and Build Rust
on:
push:
pull_request:
schedule:
# Check if it works with current dependencies (weekly on Wednesday 2:32 UTC)
- cron: '32 2 * * 3'
jobs:
test: