Browse Source

ensure to run list-unhealthy-branches by schedule

Yuki Takei 5 years ago
parent
commit
787d811fe4
1 changed files with 2 additions and 3 deletions
  1. 2 3
      .github/workflows/list-unhealthy-branches.yml

+ 2 - 3
.github/workflows/list-unhealthy-branches.yml

@@ -1,9 +1,8 @@
 name: List Unhealthy Branches
 
 on:
-  push:
-    branches:
-      - support/list-unhealthy-branches
+  schedule:
+    - cron: '0 16 * * wed'
 
 jobs:
   list: