From acbeec29dab5331fe914f35a53d6b43325881e4d Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Thu, 25 Dec 2025 00:24:50 +0000 Subject: [PATCH] Reduce frequency of automatic workflow run approval (#25896) --- .github/workflows/auto_approve.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto_approve.yml b/.github/workflows/auto_approve.yml index d526db397c..a68d7c63ed 100644 --- a/.github/workflows/auto_approve.yml +++ b/.github/workflows/auto_approve.yml @@ -4,7 +4,7 @@ permissions: {} on: schedule: - - cron: "*/5 * * * *" + - cron: "*/30 * * * *" jobs: automatic_approve: