ci: retire legacy unraid deploy runner workflow
Managed validation / full (pull_request) Successful in 4m37s

This commit is contained in:
ITWorx AppOps Automation
2026-09-14 15:44:31 +02:00
parent 38e87678e1
commit 3a5620796f
3 changed files with 4 additions and 33 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
name: Managed validation
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
inputs:
@@ -23,7 +25,7 @@ jobs:
name: full
# Public fork code must never execute automatically on the private runner.
if: ${{ gitea.event_name != 'pull_request' || gitea.event.pull_request.head.repo.full_name == gitea.repository }}
runs-on: ubuntu-latest
runs-on: linux-validation
timeout-minutes: 30
container:
# Gitea's JavaScript actions execute inside the job container, so use