From f8408d666d17237b47e458653589c0b1a8848e97 Mon Sep 17 00:00:00 2001 From: EdJoPaTo Date: Tue, 25 May 2021 19:32:12 +0200 Subject: [PATCH] ci(actions): check weekly for still working dependencies --- .github/workflows/rust.yml | 3 +++ 1 file changed, 3 insertions(+) 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: