diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 9e70b94..a7f27e5 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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: