From 56767148ac2e9b95a39eff442295e199dbf0029e Mon Sep 17 00:00:00 2001 From: Michael Thomsen Date: Fri, 13 May 2022 10:35:46 +0200 Subject: [PATCH] Run tests on a schedule (#54) --- .github/workflows/dart.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index a82a2ad..ab1f7e1 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -5,6 +5,8 @@ on: branches: [main] pull_request: branches: [main] + schedule: + - cron: "0 0 * * 0" # Run every Sunday at 00:00. jobs: test: