From 83100dd903a5b07254ce02da2d762c91f3c9b631 Mon Sep 17 00:00:00 2001 From: Ashwin Kumar Sivakumar Date: Tue, 16 Jun 2026 00:50:02 +0530 Subject: [PATCH] fix(ci): run frontend deploys on self-hosted runners --- .github/workflows/build-and-deploy-ghcr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy-ghcr.yml b/.github/workflows/build-and-deploy-ghcr.yml index f5fefb5..909ab52 100644 --- a/.github/workflows/build-and-deploy-ghcr.yml +++ b/.github/workflows/build-and-deploy-ghcr.yml @@ -21,7 +21,7 @@ env: jobs: build-deploy: - runs-on: ubuntu-latest + runs-on: [self-hosted, linux, x64, ubuntu-latest, docker-ready] steps: - name: Checkout uses: actions/checkout@v4