From 90ea6be078ccbdcc0b995fcee77a924e53d2bc2d Mon Sep 17 00:00:00 2001 From: delarea Date: Tue, 4 Mar 2025 12:30:46 +0530 Subject: [PATCH] Run once a day --- .github/workflows/staleIssues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/staleIssues.yml b/.github/workflows/staleIssues.yml index 7ed04ec81..419e6d736 100644 --- a/.github/workflows/staleIssues.yml +++ b/.github/workflows/staleIssues.yml @@ -7,7 +7,7 @@ on: required: false default: '30' schedule: - - cron: "0 */6 * * *" # Runs every 6 hours + - cron: "0 0 * * *" # Runs once a day at midnight jobs: monitor-issues: runs-on: ubuntu-latest