Skip to content

Commit fdb90ae

Browse files
Try out namespace GitHub Actions workers (#14587)
We're trialing [namespace.so](https://namespace.so/) for their custom GitHub Action workers. So far we're seeing an improvement of 3 minutes in our pipeline (used to take 6min 30sec and now it's 3min 30sec, an almost 50% improvement!). We can always revert this PR, but I recommend we try it out by enabling it for our CI for the next few days.
1 parent 68c32d1 commit fdb90ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
node-version: [20]
17-
runner: [ubuntu-latest, windows-latest, macos-14]
17+
runner: [namespace-profile-default, windows-latest, macos-14]
1818
# Exclude windows and macos from being built on feature branches
1919
on-next-branch:
2020
- ${{ github.ref == 'refs/heads/next' }}

0 commit comments

Comments
 (0)