From d5e26629e79331c1123b40b2f38058cbbc5cc31e Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Tue, 11 Apr 2023 14:55:58 +0200 Subject: [PATCH] Update tests.yml Add a cron job --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0eb01b4f2..62b55604d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -6,6 +6,8 @@ on: - main pull_request: workflow_dispatch: + schedule: + - cron: "0 10 * * 1" env: LATEST_CGAL_VERSION: '5.5.2'