From edf8a96d1aac6b0d49313f932516140f11a0883a Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Tue, 17 Jun 2025 14:27:31 -0400 Subject: [PATCH] ci: issue_count: reduce frequency Reduce frequency of counting issues. The output of this workflow is legacy and published externally, so we should re-consider keeping this or do things a bit differently. Signed-off-by: Anas Nashif --- .github/workflows/issue_count.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue_count.yml b/.github/workflows/issue_count.yml index f80d3d2135f..2e5b11f11e9 100644 --- a/.github/workflows/issue_count.yml +++ b/.github/workflows/issue_count.yml @@ -2,7 +2,7 @@ name: Issue Tracker on: schedule: - - cron: '*/10 * * * *' + - cron: '10 1/4 * * *' permissions: contents: read