From 473cdb549ae78628343cc808dec82323be3fa9cd Mon Sep 17 00:00:00 2001 From: Antigravity Date: Wed, 27 May 2026 20:19:01 +0000 Subject: [PATCH] fix(ci): use self-hosted runner label syntax --- .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 1a3df35..26a3139 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: docker-host + runs-on: [self-hosted, 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: docker-host + runs-on: [self-hosted, docker-host] steps: - name: Sync deploy scripts on server