From a35e4f8265d96548dde6a904ed3e7468efe4e780 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Tue, 23 Jan 2024 09:41:45 -0700 Subject: [PATCH] Enable scheduled test run --- .gitea/workflows/fixturenet-laconicd-test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/fixturenet-laconicd-test.yml b/.gitea/workflows/fixturenet-laconicd-test.yml index e9372552..f3115d08 100644 --- a/.gitea/workflows/fixturenet-laconicd-test.yml +++ b/.gitea/workflows/fixturenet-laconicd-test.yml @@ -6,7 +6,8 @@ on: paths: - '!**' - '.gitea/workflows/triggers/fixturenet-laconicd-test' - + schedule: + - cron: '10 17 * * *' # TODO: add a run at 01 UTC once this is known to work jobs: test: -- 2.45.2