ci: run on tsys label
Some checks failed
CI / Build Docker Images (push) Blocked by required conditions
CI / Backend Tests (push) Failing after 5s
CI / Frontend Tests (push) Failing after 3s

This commit is contained in:
2025-10-16 19:14:52 -05:00
parent 85d16c49fa
commit 0fc1af8a79

View File

@@ -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: