build(ci): limit benchmark history size to 50
[poolifier.git] / .github / workflows / combine-prs.yml
index a2c649fef429b855b5d11900de21d6c68367654b..813a1e3fcd6ad3a7aa151d112ab3351b56e85b90 100644 (file)
@@ -1,9 +1,9 @@
 name: Combine PRs
 
 on:
-  schedule:
-    - cron: '0 0 * * *'
   workflow_dispatch:
+  schedule:
+    - cron: '0 2 * * *'
 
 permissions:
   contents: write