Use self-hosted runner

This commit is contained in:
Fabian Affolter 2019-11-16 17:09:24 +01:00 committed by GitHub
parent 8b2475ca76
commit 38afb52fbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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