From 613f73b8984118083a876d1727fde9dbddee90ef Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Mon, 16 Feb 2026 16:57:49 -0500 Subject: [PATCH] ci: Move all Collab deployment steps to Namespace runners (#49300) This PR removes the two remaining steps in the Collab deployment workflow to Namespace runners. The previous `runs-on` labels were no longer functional. Release Notes: - N/A --- .github/workflows/deploy_collab.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy_collab.yml b/.github/workflows/deploy_collab.yml index ce0c0eac40c8c34992f8838af396e75e6cecc0c8..a3bacd7f1e90c02d0f3ad4f9781c4251c56d42d7 100644 --- a/.github/workflows/deploy_collab.yml +++ b/.github/workflows/deploy_collab.yml @@ -14,8 +14,7 @@ jobs: name: Check formatting and Clippy lints if: github.repository_owner == 'zed-industries' runs-on: - - self-hosted - - macOS + - namespace-profile-16x32-ubuntu-2204 steps: - name: Checkout repo uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 @@ -32,8 +31,7 @@ jobs: tests: name: Run tests runs-on: - - self-hosted - - macOS + - namespace-profile-16x32-ubuntu-2204 needs: style steps: - name: Checkout repo