From 5c40c831afdc425271100c782302719d48df130d Mon Sep 17 00:00:00 2001 From: Vicente Cheng Date: Tue, 30 Apr 2024 14:25:17 +0800 Subject: [PATCH] ci: correct the runs-on - we should runs the integration tests on the golang-supported machine Signed-off-by: Vicente Cheng (cherry picked from commit 7ee8a4e722d11fbae149941bb0dca03a5a74e85c) --- .github/workflows/basic-ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/basic-ci.yaml b/.github/workflows/basic-ci.yaml index 0149ac6f..e392b04a 100644 --- a/.github/workflows/basic-ci.yaml +++ b/.github/workflows/basic-ci.yaml @@ -28,7 +28,7 @@ jobs: needs: validation runs-on: - self-hosted - - Linux + - golang steps: - name: "Local Build for next stage" run: | @@ -40,7 +40,7 @@ jobs: needs: build runs-on: - self-hosted - - Linux + - golang steps: - name: "Local Deployment (Harvester+Longhorn+Node-Disk-Manager) for testing" run: |