diff --git a/.github/workflows/daily-e2e-health.yaml b/.github/workflows/daily-e2e-health.yaml index 8c39f3af..ed2e4c40 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.120:32334' + default: 'http://192.168.0.125:32334' dry_run: description: 'Dry run mode (skip actual approval)' required: false @@ -40,7 +40,7 @@ concurrency: env: PYTHON_VERSION: '3.11' - DEFAULT_API_URL: http://192.168.0.120:32334 + DEFAULT_API_URL: http://192.168.0.125:32334 jobs: e2e-health-check: