ci: use docker runner label to match self-hosted runner
Some checks failed
/ Build App (push) Failing after 3s

This commit is contained in:
MiTHRAL 2026-04-22 17:50:18 -04:00
parent 9d361c35cc
commit 657bf6d0d0
3 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ on:
jobs:
build:
name: Build App
runs-on: media-server
runs-on: docker
steps:
- name: Checkout

View file

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

View file

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