From 423f389f070392b17f075380d6c3dde0a0062693 Mon Sep 17 00:00:00 2001 From: RedrockJS Date: Fri, 19 Dec 2025 11:12:12 +0300 Subject: [PATCH] fix(ci): workflow run-on --- .gitea/workflows/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index ea6f6ed..b1c7ebe 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -7,7 +7,7 @@ on: jobs: build: - runs-on: ubuntu-latest:host + runs-on: myhost:host steps: - name: Checkout repository uses: actions/checkout@v4 @@ -23,7 +23,7 @@ jobs: push: true tags: smallbuster/fe-docs:latest deploy: - runs-on: ubuntu-latest:host + runs-on: myhost:host needs: build steps: - name: Checkout repository