From ad00eda73bccb552e0384b4e9966af4651df1023 Mon Sep 17 00:00:00 2001 From: OG T Date: Wed, 25 Mar 2026 00:51:23 +0800 Subject: [PATCH] chore(ci): Disable GitHub-hosted runner jobs (billing limit) - external-sentinel: if: false - telegram-connectivity: if: false Reason: GitHub account payment/spending limit restrictions Only self-hosted runner jobs remain active Co-Authored-By: Claude Opus 4.5 --- .github/workflows/runner-healthcheck.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/runner-healthcheck.yml b/.github/workflows/runner-healthcheck.yml index 7c2c7375..a91ce81d 100644 --- a/.github/workflows/runner-healthcheck.yml +++ b/.github/workflows/runner-healthcheck.yml @@ -28,11 +28,12 @@ env: jobs: # =========================================== - # 外部哨兵 - 在 GitHub 託管 runner 執行 - # 即使 110 當機也能發送告警 (核心設計) + # 外部哨兵 - 已停用 (2026-03-25) + # 原因: GitHub Billing 限制,ubuntu-latest 無法使用 # =========================================== external-sentinel: name: "External Sentinel (GitHub-hosted)" + if: false # 🔴 已停用 - GitHub Billing 限制 runs-on: ubuntu-latest timeout-minutes: 5 @@ -141,11 +142,12 @@ jobs: echo " - 線上: ${{ steps.api_check.outputs.online_count }} / ${{ steps.api_check.outputs.total_runners }}" # =========================================== - # Telegram 連通性監控 - # 從 GitHub-hosted runner 監控 188 的 Telegram 連通性 + # Telegram 連通性監控 - 已停用 (2026-03-25) + # 原因: GitHub Billing 限制,ubuntu-latest 無法使用 # =========================================== telegram-connectivity: name: "Telegram Connectivity Check" + if: false # 🔴 已停用 - GitHub Billing 限制 runs-on: ubuntu-latest timeout-minutes: 3