build(ci): refine cron entry
[e-mobility-charging-stations-simulator.git] / .github / workflows / combine-prs.yml
index 0e81d2780aac284bb07099ebb0025cda48705b73..93d3b0d14a1626fc2ecfe17ec8c5e0f3609e51d1 100644 (file)
@@ -2,7 +2,7 @@ name: Combine PRs
 
 on:
   schedule:
-    - cron: '0 0 * * *'
+    - cron: '0 2 * * *'
   workflow_dispatch:
 
 permissions: