chore: migrate runner to tenki

This commit is contained in:
tenki-cloud[bot]
2025-11-19 22:44:40 +00:00
committed by GitHub
parent 5dbcc455e8
commit f4c7b72b3e
+3 -3
View File
@@ -13,12 +13,12 @@ env:
jobs:
validate:
name: Validate & Test
runs-on: builder # Self-hosted runner
runs-on: tenki-standard-autoscale
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0 # Required for github-env.sh comparisons
fetch-depth: 0 # Required for github-env.sh comparisons
# Cache can be local on self-hosted runner for better performance
- name: Cache Dependencies
uses: actions/cache@v4
@@ -57,4 +57,4 @@ jobs:
# Clean build artifacts to prevent disk fill
make clean || true
# Keep caches but remove build outputs
rm -rf dist/ build/ || true
rm -rf dist/ build/ || true