From d3ab839a0315d0577c1a3112ff04be71c2e7e3c5 Mon Sep 17 00:00:00 2001 From: RealDiligent Date: Fri, 24 Jul 2026 23:06:50 +0800 Subject: [PATCH] chore(ci): rename self-host-nightly.yml to self-host-maintenance.yml The workflow has no schedule: trigger -- workflow_dispatch is its only one, and its own header says that is deliberate while the review stack runs without colocated runners. Its name: field already reads "self-host maintenance"; only the filename still implied an unattended nightly job, which is misleading when surveying .github/workflows/ by filename. Pure git rename: no content, trigger, or job changes. Nothing else in the repo referenced the old filename. Closes #8397 --- .../{self-host-nightly.yml => self-host-maintenance.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{self-host-nightly.yml => self-host-maintenance.yml} (100%) diff --git a/.github/workflows/self-host-nightly.yml b/.github/workflows/self-host-maintenance.yml similarity index 100% rename from .github/workflows/self-host-nightly.yml rename to .github/workflows/self-host-maintenance.yml