From ddce26ff2d4308812f971f9c73e010ee15f96315 Mon Sep 17 00:00:00 2001 From: you Date: Sat, 4 Apr 2026 04:21:44 +0000 Subject: [PATCH] ci: pin build and deploy jobs to meshcore-vm runner --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e1d905f5..7533b7d5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -236,7 +236,7 @@ jobs: build: name: "🏗️ Build Docker Image" needs: [e2e-test] - runs-on: [self-hosted, Linux] + runs-on: [self-hosted, meshcore-vm] steps: - name: Checkout code uses: actions/checkout@v5 @@ -271,7 +271,7 @@ jobs: name: "🚀 Deploy Staging" if: github.event_name == 'push' needs: [build] - runs-on: [self-hosted, Linux] + runs-on: [self-hosted, meshcore-vm] steps: - name: Checkout code uses: actions/checkout@v5