From 95fef44f3b24d15bb452f80b7f5b9d17ae8f6edb Mon Sep 17 00:00:00 2001 From: Cliff Hill Date: Sun, 19 Oct 2025 23:26:44 -0400 Subject: [PATCH] Trying to make runner work. Signed-off-by: Cliff Hill --- .gitea/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 0a1c1cf..cf60705 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -9,7 +9,7 @@ on: jobs: backend-tests: name: Backend Tests (Python) - runs-on: ubuntu-latest + runs-on: my-runner services: postgres: @@ -84,7 +84,7 @@ jobs: frontend-tests: name: Frontend Tests (TypeScript/Vue) - runs-on: ubuntu-latest + runs-on: my-runner steps: - name: Checkout code @@ -131,7 +131,7 @@ jobs: integration-tests: name: Integration Tests - runs-on: ubuntu-latest + runs-on: my-runner needs: [backend-tests, frontend-tests] services: