ci: run on tsys label
This commit is contained in:
		| @@ -9,7 +9,8 @@ on: | |||||||
| jobs: | jobs: | ||||||
|   backend: |   backend: | ||||||
|     name: Backend Tests |     name: Backend Tests | ||||||
|     runs-on: ubuntu-latest |     runs-on: | ||||||
|  |       - tsys-repos | ||||||
|     services: |     services: | ||||||
|       postgres: |       postgres: | ||||||
|         image: postgres:15-alpine |         image: postgres:15-alpine | ||||||
| @@ -50,7 +51,8 @@ jobs: | |||||||
|  |  | ||||||
|   frontend: |   frontend: | ||||||
|     name: Frontend Tests |     name: Frontend Tests | ||||||
|     runs-on: ubuntu-latest |     runs-on: | ||||||
|  |       - tsys-repos | ||||||
|     steps: |     steps: | ||||||
|       - name: Checkout |       - name: Checkout | ||||||
|         uses: actions/checkout@v4 |         uses: actions/checkout@v4 | ||||||
| @@ -72,7 +74,8 @@ jobs: | |||||||
|  |  | ||||||
|   docker-images: |   docker-images: | ||||||
|     name: Build Docker Images |     name: Build Docker Images | ||||||
|     runs-on: ubuntu-latest |     runs-on: | ||||||
|  |       - tsys-repos | ||||||
|     needs: [backend, frontend] |     needs: [backend, frontend] | ||||||
|     if: github.ref == 'refs/heads/main' |     if: github.ref == 'refs/heads/main' | ||||||
|     env: |     env: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user