Browse Source

Reduce frequency of automatic workflow run approval (#25896)

Joel Challis 7 months ago
parent
commit
acbeec29da
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/auto_approve.yml

+ 1 - 1
.github/workflows/auto_approve.yml

@@ -4,7 +4,7 @@ permissions: {}
 
 on:
   schedule:
-    - cron: "*/5 * * * *"
+    - cron: "*/30 * * * *"
 
 jobs:
   automatic_approve: