ci: use media-server runner for all workflows
Some checks are pending
/ Build App (push) Waiting to run

This commit is contained in:
MiTHRAL 2026-04-22 17:47:04 -04:00
parent 93d2558324
commit 9d361c35cc
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ on:
jobs:
release-webhook:
name: Send Release Webhook
runs-on: ubuntu-latest
runs-on: media-server
steps:
- name: Send release notification webhook

View file

@ -14,7 +14,7 @@ on:
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
runs-on: media-server
permissions:
pull-requests: read
steps: