From 7d4d362846ae7d16beb6fc51a2f6c744dfaeb95e Mon Sep 17 00:00:00 2001 From: xiaoxia Date: Thu, 16 Jul 2026 13:36:11 +0800 Subject: [PATCH] =?UTF-8?q?feat(ci):=20Code=20Quality=E6=94=B9=E5=88=B0L2?= =?UTF-8?q?=20runner=EF=BC=8C=E6=8E=92=E6=9F=A5=E4=B8=8A=E6=8A=A5=E8=B6=85?= =?UTF-8?q?=E6=97=B6=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 验证是L1 runner问题还是job本身问题导致结果上报超时 --- .gitea/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci-cd.yml b/.gitea/workflows/ci-cd.yml index c35ded20c..eb6280432 100755 --- a/.gitea/workflows/ci-cd.yml +++ b/.gitea/workflows/ci-cd.yml @@ -36,7 +36,7 @@ jobs: validate-code-quality: name: Validate - Code Quality runs-on: - - ci-l1 + - ci-l2 - host timeout-minutes: 15 steps: