From 9da92b8eddc081882cff3f34cfdd28ba789bc7ed Mon Sep 17 00:00:00 2001 From: Antigravity Date: Wed, 27 May 2026 20:31:15 +0000 Subject: [PATCH] fix(ci): use docker-host label only (matching runner config) --- .gitea/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 26a3139..1a3df35 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -12,7 +12,7 @@ on: jobs: ci: name: Lint, Unit Tests & Build - runs-on: [self-hosted, docker-host] + runs-on: docker-host defaults: run: working-directory: memento-note @@ -119,7 +119,7 @@ Branch: ${{ github.ref_name }}" \ name: Deploy production (on server) needs: ci if: github.ref == 'refs/heads/main' && github.event_name == 'push' - runs-on: [self-hosted, docker-host] + runs-on: docker-host steps: - name: Sync deploy scripts on server