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:
|
||||
release-webhook:
|
||||
name: Send Release Webhook
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: media-server
|
||||
|
||||
steps:
|
||||
- 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:
|
||||
main:
|
||||
name: Validate PR title
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: media-server
|
||||
permissions:
|
||||
pull-requests: read
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue