From 2b25c791eed3c3ae61c4cc31ba87731f29b302fa Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 26 Dec 2021 22:30:36 +0100 Subject: [PATCH] Run the CI every day at 2am UTC This should help to catch issues in newer versions of distributions/packages. --- .github/workflows/build-and-test.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index a59161e..52e2877 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -1,6 +1,10 @@ name: Build and run tests -on: [pull_request, push] +on: + push: + pull_request: + schedule: + - cron: '0 2 * * *' jobs: build: