ci: use media-server runner for all workflows
Some checks are pending
/ Build App (push) Waiting to run
Some checks are pending
/ Build App (push) Waiting to run
This commit is contained in:
parent
93d2558324
commit
9d361c35cc
2 changed files with 2 additions and 2 deletions
2
.github/workflows/release-webhook.yml
vendored
2
.github/workflows/release-webhook.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
2
.github/workflows/validate-pr-title.yml
vendored
2
.github/workflows/validate-pr-title.yml
vendored
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue