From cc9b0c34ca4208a00bc7b74fa486a2c16db800b5 Mon Sep 17 00:00:00 2001 From: Jay Oster Date: Sat, 10 Feb 2024 17:25:49 -0800 Subject: [PATCH] Run CI monthly instead of weekly --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c97611..f49f0d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ on: push: pull_request: schedule: - - cron: '0 0 * * 0' + - cron: '0 0 1 * *' jobs: checks: name: Check