From 3ce79c4d5be8d075065053f7cdfd0ec7f5f58612 Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Sat, 7 Feb 2026 14:49:27 -0700 Subject: [PATCH] gitea updates --- .gitea/workflows/update-repo.yml | 3 +-- nix/modules/gitea-runner.nix | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/update-repo.yml b/.gitea/workflows/update-repo.yml index 09cfdaa..565c8ae 100644 --- a/.gitea/workflows/update-repo.yml +++ b/.gitea/workflows/update-repo.yml @@ -1,10 +1,9 @@ name: Update Repository on: workflow_call: - jobs: update-repo-folder: - runs-on: home-server + runs-on: [self-hosted] steps: - name: checkout repo working-directory: /home/gitea-runner diff --git a/nix/modules/gitea-runner.nix b/nix/modules/gitea-runner.nix index 91db127..9c5c7d8 100644 --- a/nix/modules/gitea-runner.nix +++ b/nix/modules/gitea-runner.nix @@ -7,6 +7,9 @@ url = "https://git.alexmickelson.guru"; tokenFile = "/data/runner/gitea-infrastructure-token.txt"; labels = [ + "self-hosted" + "home-server" + "self-hosted:host" "home-server:host" "native:host" ];