From cf8e0a6b0cecafe2ffd271134325c0f6ec9079d3 Mon Sep 17 00:00:00 2001 From: Nicu Hodos Date: Mon, 6 Oct 2025 09:31:10 +0200 Subject: [PATCH] self-hosted --- .gitea/workflows/gateway.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/gateway.yaml b/.gitea/workflows/gateway.yaml index 212d6d4..db2a735 100644 --- a/.gitea/workflows/gateway.yaml +++ b/.gitea/workflows/gateway.yaml @@ -4,7 +4,7 @@ on: [push] jobs: gateway-pipeline: - runs-on: linux-amd64 + runs-on: self-hosted steps: - name: Check out repository code uses: actions/checkout@v4