Sfoglia il codice sorgente

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

MAGIC 4 anni fa
parent
commit
0f49600023
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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:
     # Once every day at midnight UTC
     - cron: "0 0 * * *"
-  #workflow_dispatch:
+  workflow_dispatch:
 
 jobs:
   stale: