From c20c65dfffc0f1fe03d1bca1ef4c6fd857b494a9 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 14 Jan 2020 20:47:49 +0100 Subject: [PATCH] Revert "Use self-hosted runner" This reverts commit 38afb52fbfbd776072f68b56e413816056f11ddc. --- .github/workflows/markdown.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/markdown.yml b/.github/workflows/markdown.yml index 3cb32f42203..1f74dac813e 100644 --- a/.github/workflows/markdown.yml +++ b/.github/workflows/markdown.yml @@ -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