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