From 5dbcc455e86fbc7daf2ecc81fa23d58e273fbc5d Mon Sep 17 00:00:00 2001 From: "tenki-cloud[bot]" <204909232+tenki-cloud[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 22:44:40 +0000 Subject: [PATCH 1/2] chore: migrate runner to tenki --- .github/workflows/ci-status.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-status.yml b/.github/workflows/ci-status.yml index 183798ac7..4dfe0ab4b 100644 --- a/.github/workflows/ci-status.yml +++ b/.github/workflows/ci-status.yml @@ -7,7 +7,7 @@ on: jobs: report: name: Report CI Status - runs-on: builder + runs-on: tenki-standard-autoscale if: ${{ github.event.workflow_run.conclusion == 'failure' }} steps: - name: Report Failure From f4c7b72b3e2a805e38e349653edbf1eea2f41609 Mon Sep 17 00:00:00 2001 From: "tenki-cloud[bot]" <204909232+tenki-cloud[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 22:44:40 +0000 Subject: [PATCH 2/2] chore: migrate runner to tenki --- .github/workflows/pr.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 2f6d98f8c..ea0b0f2b5 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -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 \ No newline at end of file