chore: 删除测试 workflow
Some checks failed
Release / build (push) Has been cancelled

This commit is contained in:
2026-04-23 20:52:50 +08:00
parent 9653260567
commit bd48c305ab

View File

@@ -1,22 +0,0 @@
name: Test
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu
steps:
- name: Echo hello
run: |
echo "Hello Gitea Actions!"
- name: Show system info
run: |
uname -a
- name: Show current directory
run: |
pwd