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: