From f56be83620cbba3f6efb27a66e320086cac1e405 Mon Sep 17 00:00:00 2001 From: Giuseppe L'Erario Date: Fri, 9 Jun 2023 13:56:36 +0200 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1133b2b..67b091f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -3,6 +3,10 @@ name: liecasadi on: push: pull_request: + schedule: + # * is a special character in YAML so you have to quote this string + # Execute a "nightly" build at 2 AM UTC + - cron: '0 2 * * *' jobs: build: