Revert "Use self-hosted runner"

This reverts commit 38afb52fbfbd776072f68b56e413816056f11ddc.
This commit is contained in:
Franck Nijhof 2020-01-14 20:47:49 +01:00
parent e7c56b9150
commit c20c65dfff
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -4,8 +4,7 @@ on: [push, pull_request]
jobs:
remark:
#runs-on: ubuntu-latest
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Checking out files from GitHub
uses: actions/checkout@v1