From 838b0106dcc5463e54201a817615d868b338b6d4 Mon Sep 17 00:00:00 2001 From: Dan Federman Date: Wed, 19 Feb 2025 08:19:16 -0800 Subject: [PATCH] Test CI weekly (#335) --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f24ba991..a394086a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,9 @@ on: push: branches: - main + schedule: + # Runs at 00:00 UTC every Monday to ensure that CI does not bitrot. + - cron: '0 0 * * 1' pull_request: concurrency: