diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml deleted file mode 100644 index efd0552..0000000 --- a/.gitea/workflows/test.yaml +++ /dev/null @@ -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 \ No newline at end of file