From 5b9b7768ce6e0c1ad8ef3d795e71d2bd0ef4a867 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Thu, 31 Dec 2020 09:21:35 +0100 Subject: [PATCH] Regularly run tests This makes spotting OS regressions/behaviour changes much more timely, and avoids breaking random PRs. --- .github/workflows/tests.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f11f1588..12a6a8fe 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,5 +1,9 @@ name: unit-tests -on: [push, pull_request] +on: + push: + pull_request: + schedule: + - cron: 0 4 * * MON,FRI jobs: OS: runs-on: ubuntu-latest