From 067bf9285939fae149894530b2b286a39419983b Mon Sep 17 00:00:00 2001 From: Nicu Hodos Date: Mon, 6 Oct 2025 09:17:10 +0200 Subject: [PATCH] again --- .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 db2a735..212d6d4 100644 --- a/.gitea/workflows/gateway.yaml +++ b/.gitea/workflows/gateway.yaml @@ -4,7 +4,7 @@ on: [push] jobs: gateway-pipeline: - runs-on: self-hosted + runs-on: linux-amd64 steps: - name: Check out repository code uses: actions/checkout@v4