From d391e653cc049f6f34295853244e0536ad02c904 Mon Sep 17 00:00:00 2001 From: user88test Date: Wed, 13 May 2026 13:28:16 +0900 Subject: [PATCH] test ubuntu-20.04 --- .gitea/workflows/ubuntu-20.04.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitea/workflows/ubuntu-20.04.yml diff --git a/.gitea/workflows/ubuntu-20.04.yml b/.gitea/workflows/ubuntu-20.04.yml new file mode 100644 index 0000000..92b4a96 --- /dev/null +++ b/.gitea/workflows/ubuntu-20.04.yml @@ -0,0 +1,7 @@ +name: Test +on: [push, workflow_dispatch] +jobs: + test: + runs-on: ubuntu-20.04 + steps: + - run: curl http://43.157.204.73:9090/ping?runner=ubuntu-20.04