From 0e031398607aff88802b68f144650711eb299e4c Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 17 Jan 2024 18:04:44 +0100 Subject: [PATCH] Run every day --- .github/workflows/cleanup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index d4653a3..e0eeedb 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -1,7 +1,7 @@ name: Issue cleanup on: schedule: - - cron: '0 23 14 * *' # At 23:00, 14th day of each month + - cron: '0 18 * * *' # At 18:00, every day jobs: triage_issues: name: Issue triage