From a6b654e71aa19d73e4860a5f3252e78c2394a50d Mon Sep 17 00:00:00 2001 From: Daniel Watkins Date: Fri, 18 Dec 2020 12:37:29 -0500 Subject: [PATCH] stale: fix error in definition This should fix the error, and also allows us to manually trigger the workflow. --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 7097a66248f..cec1311bec1 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,6 +1,6 @@ name: Mark and close stale pull requests -#on: +on: workflow_dispatch # schedule: # - cron: "0 0 * * *" # Daily @ 00:00