From ad245d7002d89db641eb89701e8c7f5f10d53b79 Mon Sep 17 00:00:00 2001 From: fithwum Date: Mon, 30 Jun 2025 17:15:07 -0700 Subject: [PATCH] test --- .gitea/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/pipeline.yml b/.gitea/workflows/pipeline.yml index b85a6a3..013918b 100644 --- a/.gitea/workflows/pipeline.yml +++ b/.gitea/workflows/pipeline.yml @@ -4,7 +4,7 @@ on: [push] jobs: docker: - runs-on: ubuntu-latest + runs-on: self-hosted steps: - name: Install Docker run: curl -fsSL https://get.docker.com | sh