mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-08-13 11:19:42 +00:00
Use self-hosted runner
This commit is contained in:
3
.github/workflows/markdown.yml
vendored
3
.github/workflows/markdown.yml
vendored
@@ -4,7 +4,8 @@ on: [push, pull_request]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
remark:
|
remark:
|
||||||
runs-on: ubuntu-latest
|
#runs-on: ubuntu-latest
|
||||||
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
- name: Checking out files from GitHub
|
- name: Checking out files from GitHub
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
|
Reference in New Issue
Block a user