From a52335d3f5a2ccdd80b1bb5001ee97fb91b2cbb6 Mon Sep 17 00:00:00 2001 From: xiaoxia Date: Mon, 13 Jul 2026 18:01:45 +0800 Subject: [PATCH] add simple ssh test --- .gitea/workflows/simple-ssh-test.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitea/workflows/simple-ssh-test.yml diff --git a/.gitea/workflows/simple-ssh-test.yml b/.gitea/workflows/simple-ssh-test.yml new file mode 100644 index 000000000..c11db52b4 --- /dev/null +++ b/.gitea/workflows/simple-ssh-test.yml @@ -0,0 +1,11 @@ +name: simple-ssh-test +on: + workflow_dispatch: + +jobs: + test: + runs-on: saas + steps: + - uses: actions/checkout@v3 + - name: ssh test + run: python3 scripts/ssh_test.py \ No newline at end of file