From cb22910b0495ecf7a4d55bf2d49e8fa772da09d9 Mon Sep 17 00:00:00 2001 From: Ming Chen Date: Sun, 21 May 2023 09:16:05 -0700 Subject: [PATCH] Update stale-issues-and-prs.yml --- .github/workflows/stale-issues-and-prs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stale-issues-and-prs.yml b/.github/workflows/stale-issues-and-prs.yml index 7717bf20..e1521095 100644 --- a/.github/workflows/stale-issues-and-prs.yml +++ b/.github/workflows/stale-issues-and-prs.yml @@ -1,7 +1,8 @@ name: 'Close stale issues and PRs' on: + workflow_dispatch: # manual trigger schedule: - - cron: '30 1 * * *' + - cron: '0 1 * * *' # Run at 1:00 everyday. jobs: stale: