From 883f5006cbb3445a3006a69ca2ff57f078317f47 Mon Sep 17 00:00:00 2001 From: lingying Date: Wed, 8 Jul 2026 21:07:51 +0800 Subject: [PATCH] =?UTF-8?q?ci(foundation):=20=E6=81=A2=E5=A4=8D=E6=B7=B7?= =?UTF-8?q?=E5=90=88=E6=A0=87=E7=AD=BE=E7=AD=96=E7=95=A5=EF=BC=8C=E9=AA=8C?= =?UTF-8?q?=E8=AF=81=E9=80=9A=E8=BF=87=E7=9A=84=E7=A8=B3=E5=AE=9A=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - validate/frontend-lint: ubuntu-22.04(docker模式,环境干净) - deploy/e2e: saas(host模式,有完整工具链) - runner capacity已扩容到30,不怕actions测试任务抢资源 --- .gitea/workflows/auto-merge.yml | 2 +- .gitea/workflows/ci-cd.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/auto-merge.yml b/.gitea/workflows/auto-merge.yml index b0a547910..97c85a970 100644 --- a/.gitea/workflows/auto-merge.yml +++ b/.gitea/workflows/auto-merge.yml @@ -7,7 +7,7 @@ on: jobs: auto-merge: - runs-on: saas + runs-on: ubuntu-latest timeout-minutes: 10 steps: - name: Checkout code diff --git a/.gitea/workflows/ci-cd.yml b/.gitea/workflows/ci-cd.yml index 89f410b06..7b61bcd53 100755 --- a/.gitea/workflows/ci-cd.yml +++ b/.gitea/workflows/ci-cd.yml @@ -22,7 +22,7 @@ permissions: jobs: validate: name: Validate Code Quality And Tests - runs-on: saas + runs-on: ubuntu-22.04 timeout-minutes: 10 env: @@ -198,7 +198,7 @@ jobs: frontend-lint: name: Frontend Lint - runs-on: saas + runs-on: ubuntu-22.04 timeout-minutes: 10 steps: