From abeb1a7e8452c416cc94d3f95ea0eaf45b4618da Mon Sep 17 00:00:00 2001 From: Martin Bernstorff Date: Mon, 6 Mar 2023 09:05:12 +0000 Subject: [PATCH] ci: only run stalebot on mondays at 13:30 --- .github/workflows/stalebot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stalebot.yml b/.github/workflows/stalebot.yml index a50257eb..c9cedffb 100644 --- a/.github/workflows/stalebot.yml +++ b/.github/workflows/stalebot.yml @@ -1,7 +1,7 @@ name: "Close stale issues and PRs" on: schedule: - - cron: "30 1 * * 1-5" + - cron: "30 12 * * 1" workflow_dispatch: jobs: