Skip to content

Commit

Permalink
Use self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Nov 16, 2019
1 parent 8b2475c commit 38afb52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 38afb52

Please sign in to comment.