From ac7f322f3240097e59619c057b4520db8c1c5d5e Mon Sep 17 00:00:00 2001 From: test Date: Thu, 9 Jul 2026 00:28:47 +0800 Subject: [PATCH] add test workflow --- .gitea/workflows/test-status.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitea/workflows/test-status.yml diff --git a/.gitea/workflows/test-status.yml b/.gitea/workflows/test-status.yml new file mode 100644 index 0000000..0af5fa9 --- /dev/null +++ b/.gitea/workflows/test-status.yml @@ -0,0 +1,10 @@ +name: Test Runner Status +on: [push] +jobs: + test: + runs-on: ubuntu-latest + steps: + - name: Hello + run: echo "Hello from runner v2 test" + - name: Check + run: echo "Task status should update correctly"