From 2abacb01932f7e4a63aa7b974ffb1c0f936450b9 Mon Sep 17 00:00:00 2001 From: Damianko135 <139293484+Damianko135@users.noreply.github.com> Date: Sun, 26 Apr 2026 12:12:20 +0200 Subject: [PATCH] Add gitea runner test. See if picked up! --- .gitea/workflows/test.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitea/workflows/test.yaml diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml new file mode 100644 index 0000000..5683aba --- /dev/null +++ b/.gitea/workflows/test.yaml @@ -0,0 +1,10 @@ +on: + push: + + +jobs: + test: + runs-on: ubuntu-latest + steps: + - name: Test runner connection + run: echo "Runner is connected and ready to execute workflows!!" \ No newline at end of file