From 2e8f589af390e92ec680b9afe59241bb24ef02d2 Mon Sep 17 00:00:00 2001 From: "radius-files-sync[bot]" <248604391+radius-files-sync[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 20:47:03 +0000 Subject: [PATCH] chore(sync): synced local '.github/workflows/issue-metrics.yml' with remote 'workflow-templates/issue-metrics.yml' --- .github/workflows/issue-metrics.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue-metrics.yml b/.github/workflows/issue-metrics.yml index 49a6568..913a522 100644 --- a/.github/workflows/issue-metrics.yml +++ b/.github/workflows/issue-metrics.yml @@ -32,4 +32,4 @@ jobs: issues: read pull-requests: read with: - report-type: ${{ (github.event_name == 'workflow_dispatch' && inputs.report_type) || (github.event.schedule == '0 8 1 * *' && 'monthly') || 'weekly' }} + report-type: ${{ (github.event_name == 'workflow_dispatch' && inputs.report_type) || (github.event.schedule == '0 7 1 * *' && 'monthly') || 'weekly' }}