From 1c7538d7fdd58c90697483fe24565af9873964d2 Mon Sep 17 00:00:00 2001 From: Kyle Rawlins Date: Thu, 21 Mar 2024 14:09:40 -0400 Subject: [PATCH] build: add scheduled runs to CI This build checks some aspects of crawl that the regular crawl repo does not check, so it's useful to run more regularly. --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 269f18e5..b5c418b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,8 @@ on: branches: [ master ] pull_request: branches: [ master ] + sechedule: + cron: 0 2 * * 1 jobs: build: