From 2efe244d631cad84d24d6429628144d0bc5b263d Mon Sep 17 00:00:00 2001 From: javulticat Date: Wed, 3 Apr 2024 20:17:55 +0000 Subject: [PATCH] Run repo maintenance every 30 mins instead of every 2 hrs to increase throughput (#1323) --- .github/workflows/maintenance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maintenance.yml b/.github/workflows/maintenance.yml index 097a3092c..cd2abbd60 100644 --- a/.github/workflows/maintenance.yml +++ b/.github/workflows/maintenance.yml @@ -10,7 +10,7 @@ on: description: "Max number of operations per run" type: number schedule: - - cron: "0 */2 * * *" + - cron: "*/30 * * * *" jobs: cleanup-inactive: