移除测试工作流

This commit is contained in:
2026-01-19 14:12:50 +08:00
parent c205b450db
commit a6940e78df

View File

@@ -1,11 +0,0 @@
name: Gitea Actions 测试
on: [push]
jobs:
hello:
runs-on: ubuntu-latest
steps:
- run: echo "Actions 已经成功运行啦!"
- run: docker --version
- run: docker ps