From 06e3f45f1003296efcaa0ce25d9838258db90579 Mon Sep 17 00:00:00 2001 From: Brad Lugo Date: Tue, 16 Dec 2025 12:33:27 -0800 Subject: [PATCH] chore: disable cron job Temporarily disable the croncheck job. We intend to revert this commit after the holiday break. --- .github/workflows/cron.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index 026be7f..90306bd 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -1,8 +1,6 @@ name: Cron -on: - schedule: - - cron: "0 */6 * * *" +on: workflow_dispatch jobs: build: