From b53bf6366beaa3a5ec26462907b0444d7069c869 Mon Sep 17 00:00:00 2001 From: KaGaMi_PC Date: Sat, 12 Jul 2025 17:16:04 +0800 Subject: [PATCH] tq --- .gitea/workflows/test.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index ac460f3..4e90d70 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -3,12 +3,10 @@ name: 简单测试 on: push: pull_request: -container: - # Specifies the network to which the container will connect. - # Could be host, bridge or the name of a custom network. - # If it's empty, act_runner will create a network automatically. - network: "t1" + jobs: + container: + network: "t1" test: runs-on: ubuntu-latest