commit acbeec29dab5331fe914f35a53d6b43325881e4d parent 7e35cdda8a01086ab146e8c6c10ec78115ac4b25 Author: Joel Challis <git@zvecr.com> Date: Thu, 25 Dec 2025 00:24:50 +0000 Reduce frequency of automatic workflow run approval (#25896) Diffstat:
| M | .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 @@ -4,7 +4,7 @@ permissions: {} on: schedule: - - cron: "*/5 * * * *" + - cron: "*/30 * * * *" jobs: automatic_approve: