From e66b162f7ffddb6d07b9c31982c9cd88ed2130c7 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Wed, 26 Nov 2025 17:41:33 -0800 Subject: [PATCH] Feat: Add manual workflow to prune stale test results --- .github/workflows/cleanup-tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/cleanup-tests.yml b/.github/workflows/cleanup-tests.yml index a039239..1d208df 100644 --- a/.github/workflows/cleanup-tests.yml +++ b/.github/workflows/cleanup-tests.yml @@ -2,8 +2,6 @@ name: Cleanup Stale Tests on: workflow_dispatch: - schedule: - - cron: '0 0 * * 0' # Weekly jobs: cleanup: