Skip to content

ci: switch to Namespace-hosted runner - #9

Merged
kazukitaninaka merged 1 commit into
mainfrom
ci/use-namespace-runner
Jul 1, 2026
Merged

ci: switch to Namespace-hosted runner#9
kazukitaninaka merged 1 commit into
mainfrom
ci/use-namespace-runner

Conversation

@kazukitaninaka

@kazukitaninaka kazukitaninaka commented Jul 1, 2026

Copy link
Copy Markdown
Collaborator

Summary

Switch CI from the GitHub-hosted ubuntu-latest runner to a Namespace-hosted runner (namespace-profile-xlarge), and replace the checkout / pnpm cache steps with the Namespace-native equivalents.

Why

We want to move CI to Namespace runners for faster / more consistent execution and to align with the runner strategy already adopted in other WinTicket repositories.

Changes

  • runs-on: ubuntu-latestnamespace-profile-xlarge
  • Checkout: actions/checkout@v4namespacelabs/nscloud-checkout-action@v8
  • pnpm cache: actions/setup-node built-in cache: "pnpm" → dedicated namespacelabs/nscloud-cache-action@v1.4.3 step with cache: pnpm

Action versions are pinned by commit SHA with the tag as a trailing comment, consistent with the existing style in this workflow.

References

Test plan

  • CI passes on this PR under the new Namespace runner
  • Wall-clock time is comparable to or faster than the previous ubuntu-latest runs

🤖 Generated with Claude Code

Replace GitHub-hosted ubuntu-latest with namespace-profile-xlarge and
swap actions/checkout / setup-node pnpm cache for the Namespace-native
checkout and cache actions.

Co-Authored-By: Claude <noreply@anthropic.com>
@kazukitaninaka
kazukitaninaka marked this pull request as ready for review July 1, 2026 08:05
@kazukitaninaka
kazukitaninaka merged commit 986eba0 into main Jul 1, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant