From 5988c35b78d9cf73ab01798756fc31f651e137a9 Mon Sep 17 00:00:00 2001 From: Caspian Baska Date: Thu, 5 Aug 2021 12:54:56 +1000 Subject: [PATCH] Add daily CI runs --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3763ce67..f98fe098 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,8 @@ name: Invidious CI on: + schedule: + - cron: "0 0 * * *" # Every day at 00:00 push: branches: - "master"