From 27636a2b572b00faa8a9643348c2f20c512df1a4 Mon Sep 17 00:00:00 2001 From: ztm Date: Wed, 8 Jul 2026 09:24:21 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/l1-smoke.?= =?UTF-8?q?yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/l1-smoke.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/l1-smoke.yaml b/.gitea/workflows/l1-smoke.yaml index 89aa44f..41e98db 100644 --- a/.gitea/workflows/l1-smoke.yaml +++ b/.gitea/workflows/l1-smoke.yaml @@ -1,8 +1,12 @@ name: l1-smoke -on: [push] + +on: + push: + workflow_dispatch: + jobs: smoke: - runs-on: docker # 匹配 docker 标签 -> 默认镜像 node:20-bookworm + runs-on: docker steps: - name: 基础信息 run: |