Yuki Takei 4 лет назад
Родитель
Сommit
ce801fb23d
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 6 * * wed'
+    - cron: '0 3 * * fri'
 
 jobs:
   list: