.github/workflows/cron.yml 🔗
@@ -1,6 +1,7 @@
 name: cron
 
 on:
+  workflow_dispatch:
   schedule:
     - cron: '0 0 * * *' # every day at 00:00
 
  sudoforge created
This is a temporary change, that will be reverted later, simply to play
catch-up with the backlog of items that are stale, but not marked as
such.
  
  
  
.github/workflows/cron.yml | 1 +
1 file changed, 1 insertion(+)
@@ -1,6 +1,7 @@
 name: cron
 
 on:
+  workflow_dispatch:
   schedule:
     - cron: '0 0 * * *' # every day at 00:00