From 9e4217147f5da3296907cc7e76134d7d490210e1 Mon Sep 17 00:00:00 2001 From: gaia Date: Thu, 9 Apr 2026 10:15:04 -0300 Subject: [PATCH] fix(workflow): use gitea-runner-hestia label instead of ubuntu-latest --- .gitea/workflows/picsur.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/picsur.yml b/.gitea/workflows/picsur.yml index f0c5175..7de37e6 100644 --- a/.gitea/workflows/picsur.yml +++ b/.gitea/workflows/picsur.yml @@ -21,7 +21,7 @@ jobs: # ============================================ validate: name: Validate Picsur Compose - runs-on: ubuntu-latest + runs-on: gitea-runner-hestia steps: - name: Checkout code uses: actions/checkout@v4 @@ -52,7 +52,7 @@ jobs: deploy: name: Deploy Picsur to Dockerino needs: validate - runs-on: ubuntu-latest + runs-on: gitea-runner-hestia if: github.event_name == 'push' && github.ref == 'refs/heads/main' environment: production steps: