diff --git a/.github/workflows/daily-e2e-health.yaml b/.github/workflows/daily-e2e-health.yaml index af92905f..08c05d09 100644 --- a/.github/workflows/daily-e2e-health.yaml +++ b/.github/workflows/daily-e2e-health.yaml @@ -24,7 +24,7 @@ on: api_url: description: 'API URL to test' required: false - default: 'http://192.168.0.125:32334' + default: 'http://192.168.0.121:32334' dry_run: description: 'Dry run mode (skip actual approval)' required: false @@ -40,7 +40,8 @@ concurrency: env: PYTHON_VERSION: '3.11' - DEFAULT_API_URL: http://192.168.0.125:32334 + # 2026-03-29 Claude Code: VIP 不穩定,暫用 node 121 直連 + DEFAULT_API_URL: http://192.168.0.121:32334 jobs: e2e-health-check: