From 3cc6dfc9b33528901e5158233ffc14bb1c882b5a Mon Sep 17 00:00:00 2001 From: Hrishikesh kumbhar Date: Tue, 31 Aug 2021 13:16:25 +0530 Subject: [PATCH] switched runner to github action Signed-off-by: Hrishikesh kumbhar --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6af239575..93bfae889 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,10 +65,8 @@ jobs: run: make test e2e: name: e2e test - if: ${{ github.repository == 'karmada-io/karmada' }} needs: build - # switch back to GitHub Action after https://github.com/karmada-io/karmada/issues/566 - runs-on: self-hosted + runs-on: ubuntu-18.04 env: ARTIFACTS_PATH: ${{ github.workspace }}/karmada-e2e-logs/ steps: