From 9712328f7e5c68d07903b403399bace360e4fe91 Mon Sep 17 00:00:00 2001 From: continuist Date: Sat, 5 Jul 2025 11:42:36 -0400 Subject: [PATCH] Change runner label --- .forgejo/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index fad4dca..fab5907 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: # Job 1: Testing - Uses DinD with multiple containers for comprehensive testing test: name: Run Tests (DinD) - runs-on: [self-hosted, ci] + runs-on: [self-hosted, ci:host] if: github.ref == 'refs/heads/main' steps: @@ -122,7 +122,7 @@ jobs: build-and-push: name: Build and Push Docker Images (DinD) needs: [test] - runs-on: [self-hosted, ci] + runs-on: [self-hosted, ci:host] if: github.ref == 'refs/heads/main' steps: