From 3199afc494d17495f9f05d019ee97d004fca9248 Mon Sep 17 00:00:00 2001 From: Majd Alfhaily Date: Thu, 21 Dec 2023 00:18:16 +0100 Subject: [PATCH] Reduce Issues Cleanup workflow frequency to 6 hours --- .github/workflows/issues-cleanup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issues-cleanup.yml b/.github/workflows/issues-cleanup.yml index 9ff2f2f7..6dcf7af7 100644 --- a/.github/workflows/issues-cleanup.yml +++ b/.github/workflows/issues-cleanup.yml @@ -4,7 +4,7 @@ on: issue_comment: types: [created] schedule: - - cron: "0 * * * *" # Every hour, every day + - cron: "0 */6 * * *" # every 6 hours jobs: scan-issues: