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: jobs:
release-webhook: release-webhook:
name: Send Release Webhook name: Send Release Webhook
runs-on: ubuntu-latest runs-on: media-server
steps: steps:
- name: Send release notification webhook - name: Send release notification webhook

View file

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