summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2025-12-25 00:24:50 +0000
committerGitHub <noreply@github.com>2025-12-25 00:24:50 +0000
commitacbeec29dab5331fe914f35a53d6b43325881e4d (patch)
treee906a5f82b4179ad84c3a10d56a93ee1ef6d4c0e /.github/workflows
parent7e35cdda8a01086ab146e8c6c10ec78115ac4b25 (diff)
Reduce frequency of automatic workflow run approval (#25896)
Diffstat (limited to '.github/workflows')
-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: {}
4 4
5on: 5on:
6 schedule: 6 schedule:
7 - cron: "*/5 * * * *" 7 - cron: "*/30 * * * *"
8 8
9jobs: 9jobs:
10 automatic_approve: 10 automatic_approve: