From 11832f92469aa6a6dd069e09ca649cbe709e22e1 Mon Sep 17 00:00:00 2001 From: liuyhwangyh Date: Wed, 2 Aug 2023 18:32:53 +0800 Subject: [PATCH] daily regression to us host (#435) --- .github/workflows/daily_regression.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/daily_regression.yaml b/.github/workflows/daily_regression.yaml index 0500b61c..85ca5e0b 100644 --- a/.github/workflows/daily_regression.yaml +++ b/.github/workflows/daily_regression.yaml @@ -12,7 +12,7 @@ concurrency: jobs: unittest: # The type of runner that the job will run on - runs-on: [modelscope-self-hosted] + runs-on: [modelscope-self-hosted-us] steps: - name: ResetFileMode shell: bash