From 42e92727cca857e96ab5b9a1f007bea6190b4c3b Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 28 Jan 2026 14:00:41 -0700 Subject: [PATCH] update runs on --- .gitea/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 12204a6..e3d3da6 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -6,7 +6,7 @@ on: jobs: terraform: - runs-on: pve2:host # This targets the runner we just installed + runs-on: pve2 # This targets the runner we just installed steps: - name: Checkout Code uses: actions/checkout@v4