fix(workflow): use gitea-runner-hestia label instead of ubuntu-latest
Some checks failed
Picsur Deploy / Validate Picsur Compose (pull_request) Failing after 1m53s
Picsur Deploy / Deploy Picsur to Dockerino (pull_request) Has been skipped

This commit is contained in:
gaia 2026-04-09 10:15:04 -03:00
parent d4bf867657
commit 9e4217147f

View File

@ -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: