From 3f65495bf9e864c49c6a162cccc7c5ac65054f5c Mon Sep 17 00:00:00 2001 From: xxq250 Date: Wed, 27 May 2026 14:06:28 +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 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/串联执行多个流水线.yml b/.gitea/workflows/串联执行多个流水线.yml index fa5558e6f..a5c96f60a 100644 --- a/.gitea/workflows/串联执行多个流水线.yml +++ b/.gitea/workflows/串联执行多个流水线.yml @@ -1,8 +1,8 @@ -name: Context testing -on: push - -jobs: - run-01: - uses: ./.gitea/workflows/上下文信息.yml - run-02: - uses: ./.gitea/workflows/声明流水线.yml +name: Context testing +on: push + +jobs: + run-01: + uses: ./.gitea/workflows/上下文信息.yml + run-02: + uses: ./.gitea/workflows/声明流水线.yml