From 0fc1af8a7940eea262e34ce97a2ce9f1f89a27b8 Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Thu, 16 Oct 2025 19:14:52 -0500 Subject: [PATCH] ci: run on tsys label --- .gitea/workflows/ci.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 83a4542..dbfca5f 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -9,7 +9,8 @@ on: jobs: backend: name: Backend Tests - runs-on: ubuntu-latest + runs-on: + - tsys-repos services: postgres: image: postgres:15-alpine @@ -50,7 +51,8 @@ jobs: frontend: name: Frontend Tests - runs-on: ubuntu-latest + runs-on: + - tsys-repos steps: - name: Checkout uses: actions/checkout@v4 @@ -72,7 +74,8 @@ jobs: docker-images: name: Build Docker Images - runs-on: ubuntu-latest + runs-on: + - tsys-repos needs: [backend, frontend] if: github.ref == 'refs/heads/main' env: