From daa28b613c532ebe2f868221737464ef8f42e107 Mon Sep 17 00:00:00 2001 From: xiaoxia Date: Thu, 16 Jul 2026 11:29:10 +0800 Subject: [PATCH] =?UTF-8?q?feat(ci):=20Build=20job=E4=BD=BF=E7=94=A8L2?= =?UTF-8?q?=E5=88=86=E5=B1=82=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci-build.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci-build.yml b/.gitea/workflows/ci-build.yml index da5439f8f..c5bfad3b0 100644 --- a/.gitea/workflows/ci-build.yml +++ b/.gitea/workflows/ci-build.yml @@ -35,7 +35,9 @@ concurrency: jobs: build-staging: name: Build Staging ${{ matrix.service_display }} Image - runs-on: host + runs-on: + - ci-l2 + - host timeout-minutes: ${{ matrix.timeout }} if: github.event_name == 'push' && (github.ref_name == 'main' || github.ref_name == 'develop') strategy: @@ -468,7 +470,9 @@ jobs: ' build-production: name: Build Production ${{ matrix.service_display }} Image - runs-on: host + runs-on: + - ci-l2 + - host timeout-minutes: ${{ matrix.timeout }} needs: if: startsWith(github.ref, 'refs/tags/v')