From a2d4aa787de03d050361dbc2d10eb5e4a08c9de6 Mon Sep 17 00:00:00 2001 From: zhangliang2021 Date: Tue, 30 Sep 2025 16:57:33 +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=9Asmoke?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/smoke.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/smoke.yml b/.gitea/workflows/smoke.yml index 248ded6..398ba60 100644 --- a/.gitea/workflows/smoke.yml +++ b/.gitea/workflows/smoke.yml @@ -2,9 +2,8 @@ name: 'smoke test' on: pull_request: - types: [opened, synchronize] - branches: - - main + types: [opened, synchronize] + branches: [main] jobs: smoke-test: