chore: stop using cached namespace.so checkout (#12714)

The namespace cache volumes were running out of space and preventing CI
from running.
This commit is contained in:
Garmelon 2026-02-26 18:18:52 +01:00 committed by GitHub
parent 38682c4d4a
commit adf3e5e661
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -66,16 +66,10 @@ jobs:
brew install ccache tree zstd coreutils gmp libuv
if: runner.os == 'macOS'
- name: Checkout
if: (!endsWith(matrix.os, '-with-cache'))
uses: actions/checkout@v6
with:
# the default is to use a virtual merge commit between the PR and master: just use the PR
ref: ${{ github.event.pull_request.head.sha }}
- name: Namespace Checkout
if: endsWith(matrix.os, '-with-cache')
uses: namespacelabs/nscloud-checkout-action@v8
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Open Nix shell once
run: true
if: runner.os == 'Linux'