mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-22 18:17:02 +00:00
Use self-hosted runner
This commit is contained in:
parent
8b2475ca76
commit
38afb52fbf
3
.github/workflows/markdown.yml
vendored
3
.github/workflows/markdown.yml
vendored
@ -4,7 +4,8 @@ on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
remark:
|
||||
runs-on: ubuntu-latest
|
||||
#runs-on: ubuntu-latest
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- name: Checking out files from GitHub
|
||||
uses: actions/checkout@v1
|
||||
|
Loading…
x
Reference in New Issue
Block a user