Skip to content

Commit 613f73b

Browse files
authored
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
1 parent 671c3e7 commit 613f73b

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/deploy_collab.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ jobs:
1414
name: Check formatting and Clippy lints
1515
if: github.repository_owner == 'zed-industries'
1616
runs-on:
17-
- self-hosted
18-
- macOS
17+
- namespace-profile-16x32-ubuntu-2204
1918
steps:
2019
- name: Checkout repo
2120
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
@@ -32,8 +31,7 @@ jobs:
3231
tests:
3332
name: Run tests
3433
runs-on:
35-
- self-hosted
36-
- macOS
34+
- namespace-profile-16x32-ubuntu-2204
3735
needs: style
3836
steps:
3937
- name: Checkout repo

0 commit comments

Comments
 (0)