From 3b6ec47bd72cebce5c1cdb0587b3f3ae661b62ac Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Mon, 2 Dec 2024 17:44:09 -0500 Subject: [PATCH] Deploy tweaks - seriously, I've been at this way too long over Thanksgiving. --- .gitea/workflows/build.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index c8f2be68..5b75497c 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -90,8 +90,7 @@ jobs: deploy-changes: name: Merge and Deploy Changes - needs: manual-approval - runs-on: self-hosted + runs-on: ubuntu-latest steps: - name: Checkout Code uses: actions/checkout@v4