فهرست منبع

change schedule for list-unhealthy-branches

Yuki Takei 5 سال پیش
والد
کامیت
4415c1761b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      .github/workflows/list-unhealthy-branches.yml

+ 1 - 1
.github/workflows/list-unhealthy-branches.yml

@@ -2,7 +2,7 @@ name: List Unhealthy Branches
 
 on:
   schedule:
-    - cron: '0 16 * * wed'
+    - cron: '0 6 * * wed'
 
 jobs:
   list: