From 0f9b75f8e42ec504ef990af04f3582b582bc931e Mon Sep 17 00:00:00 2001 From: Timi Date: Mon, 19 Jan 2026 12:04:08 +0800 Subject: [PATCH] fix test runs-on: act_runner_base --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index f810ed8..1bac9c4 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: run: | echo "Deploying to production..." create-release: - runs-on: self-hosted + runs-on: act_runner_base needs: build-deploy if: ${{ success() && github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'master' }} steps: -- 2.49.0