Skip to content

Commit

Permalink
Try out namespace GitHub Actions workers (#14587)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
philipp-spiess authored Oct 8, 2024
1 parent 68c32d1 commit fdb90ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
node-version: [20]
runner: [ubuntu-latest, windows-latest, macos-14]
runner: [namespace-profile-default, windows-latest, macos-14]
# Exclude windows and macos from being built on feature branches
on-next-branch:
- ${{ github.ref == 'refs/heads/next' }}
Expand Down

0 comments on commit fdb90ae

Please sign in to comment.