From 730da85339bd57c19006c8f496f83e19fe75865f Mon Sep 17 00:00:00 2001 From: Atharva Mulmuley Date: Fri, 30 Apr 2021 13:44:05 +0530 Subject: [PATCH] testing on self-hosted --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4772c7aa..9de16db0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,8 +16,8 @@ jobs: # This workflow contains a single job called "build" build: # The type of runner that the job will run on - runs-on: ubuntu-latest - #runs-on: self-hosted + #runs-on: ubuntu-latest + runs-on: self-hosted # Steps represent a sequence of tasks that will be executed as part of the job steps: