From 3cb806b48ceb5d5543cf276cb2378432c1fe7f49 Mon Sep 17 00:00:00 2001 From: Alex <12645087+lzadjsf@users.noreply.github.com> Date: Mon, 01 Aug 2022 07:21:21 +0000 Subject: [PATCH] Update node_build_test.yml --- --- a/.github/workflows/node_build_test.yml +++ b/.github/workflows/node_build_test.yml @@ -32,7 +32,7 @@ jobs: pre-requisites: # The type of runner that the job will run on - runs-on: ci-01 + runs-on: self-hosted steps: #runs ssh connection @@ -49,7 +49,7 @@ build: # The type of runner that the job will run on - runs-on: ci-01 + runs-on: self-hosted needs: pre-requisites name: Build Container, Spin it Up an test -- gitstuff