删除 .gitea/workflows/l1-smoke.yaml
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user