删除 .gitea/workflows/l1-smoke.yaml

This commit is contained in:
ztm
2026-07-09 06:32:50 +00:00
parent 445ae43372
commit 509b84dc7a
-17
View File
@@ -1,17 +0,0 @@
name: l1-smoke
on:
push:
workflow_dispatch:
jobs:
smoke:
runs-on: docker
steps:
- name: 基础信息
run: |
echo "hello from runner"
uname -a
cat /etc/os-release | head -2
- name: 环境变量检查
run: env | sort | head -30