aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJoel Challis2025-12-25 01:24:50 +0100
committerGitHub2025-12-25 01:24:50 +0100
commitacbeec29dab5331fe914f35a53d6b43325881e4d (patch)
treee906a5f82b4179ad84c3a10d56a93ee1ef6d4c0e /.github
parent7e35cdda8a01086ab146e8c6c10ec78115ac4b25 (diff)
Reduce frequency of automatic workflow run approval (#25896)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/auto_approve.yml2
1 files changed, 1 insertions, 1 deletions
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: