From 46a0758335fbf71afa86f9d13187832da0f62a6d Mon Sep 17 00:00:00 2001 From: Ashwin Kumar Sivakumar Date: Tue, 16 Jun 2026 00:50:01 +0530 Subject: [PATCH] fix(ci): run backend deploys on self-hosted runners --- .github/workflows/build-and-deploy-ghcr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-deploy-ghcr.yml b/.github/workflows/build-and-deploy-ghcr.yml index a318b27..31332cd 100644 --- a/.github/workflows/build-and-deploy-ghcr.yml +++ b/.github/workflows/build-and-deploy-ghcr.yml @@ -17,10 +17,10 @@ env: jobs: build-deploy: - runs-on: ubuntu-latest + runs-on: [self-hosted, linux, x64, ubuntu-latest, docker-ready] strategy: fail-fast: false - max-parallel: 4 + max-parallel: 3 matrix: service: - gateway