From d3d21ae9e816500154798d254422ac30e6bbee0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steven!=20Ragnar=C3=B6k?= Date: Fri, 26 May 2023 15:48:31 -0700 Subject: [PATCH] Add weekly scheduled run to make sure that CI stays green. (#695) --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8ef2e688..37244295 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -5,6 +5,8 @@ on: branches: ['master'] pull_request: branches: ['*'] + schedule: + - cron: '40 7 * * 0' jobs: build: