From ccfe2bb4d26b6238d7c3d4be78878d12efcb7f82 Mon Sep 17 00:00:00 2001 From: xxq250 Date: Thu, 28 May 2026 11:06:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B5=81=E6=B0=B4=E7=BA=BF?= =?UTF-8?q?=EF=BC=9A=E4=B8=B2=E8=81=94=E6=89=A7=E8=A1=8C=E5=A4=9A=E4=B8=AA?= =?UTF-8?q?=E6=B5=81=E6=B0=B4=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/串联执行多个流水线.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/串联执行多个流水线.yml b/.gitea/workflows/串联执行多个流水线.yml index a5c96f60..c7e1bedb 100644 --- a/.gitea/workflows/串联执行多个流水线.yml +++ b/.gitea/workflows/串联执行多个流水线.yml @@ -6,3 +6,7 @@ jobs: uses: ./.gitea/workflows/上下文信息.yml run-02: uses: ./.gitea/workflows/声明流水线.yml + run-03: + uses: ./.gitea/workflows/deploy-api.yml + run-04: + uses: ./.gitea/workflows/deploy-web.yml