浏览代码

[GH-Actions][scale] Allow to run it manually

MAGIC 4 年之前
父节点
当前提交
0f49600023
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/close_old_issues_and_prs.yml

+ 1 - 1
.github/workflows/close_old_issues_and_prs.yml

@@ -3,7 +3,7 @@ on:
   schedule:
   schedule:
     # Once every day at midnight UTC
     # Once every day at midnight UTC
     - cron: "0 0 * * *"
     - cron: "0 0 * * *"
-  #workflow_dispatch:
+  workflow_dispatch:
 
 
 jobs:
 jobs:
   stale:
   stale: