From a5e6217f85646b8f8505e428161dbaf040faed91 Mon Sep 17 00:00:00 2001 From: Fallenbagel <98979876+Fallenbagel@users.noreply.github.com> Date: Mon, 20 Jun 2022 17:36:13 +0500 Subject: [PATCH] Changed run-on to self-hosted to speed up release process --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e36f81006..2ae294d16 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,7 +5,7 @@ on: workflow_dispatch jobs: semantic-release: name: Tag and release latest version - runs-on: ubuntu-20.04 + runs-on: self-hosted env: HUSKY: 0 steps: @@ -39,7 +39,7 @@ jobs: name: Send Discord Notification needs: semantic-release if: always() - runs-on: ubuntu-20.04 + runs-on: self-hosted steps: - name: Get Build Job Status uses: technote-space/workflow-conclusion-action@v2