From d6e3338fa5415b22405924155c883631bdee2f78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Fri, 20 Mar 2026 14:53:37 +0000 Subject: [PATCH] gitea workflow add run on limbosolutions-com --- .gitea/workflows/app-continous-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/app-continous-deploy.yaml b/.gitea/workflows/app-continous-deploy.yaml index 7d3e8ed..cc9de41 100644 --- a/.gitea/workflows/app-continous-deploy.yaml +++ b/.gitea/workflows/app-continous-deploy.yaml @@ -9,7 +9,7 @@ on: - main jobs: continuous-deploy: - runs-on: ["deploy", "kubectl"] + runs-on: ["deploy", "kubectl", "limbosolutions-com"] env: GITHUB_TEMP: ${{ runner.temp }} # fix missing GITHUB_TEMP on gitea steps: