From a1dc90114ea9b59bf014c93d95cfd78f97ada64a Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Tue, 4 Jul 2023 10:42:51 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=B7=E2=80=8D=E2=99=82=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7cc3c7ca..47b88643 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: GIT_BRANCH: ${{ steps.variables.outputs.GIT_BRANCH }} OUTPUT_DIR: ${{ steps.variables.outputs.OUTPUT_DIR }} - runs-on: ubuntu-latest + runs-on: self-hosted steps: - name: Checkout code @@ -150,7 +150,7 @@ jobs: deploy: if: github.event_name != 'pull_request' needs: [smoke-tests, build] - runs-on: ubuntu-latest + runs-on: self-hosted steps: - name: Checkout code