From 14a0cf2fb242a6afb56d2ff5455bb02d7db2be00 Mon Sep 17 00:00:00 2001 From: Granty1 Date: Thu, 9 Apr 2020 17:39:21 +0800 Subject: [PATCH] Reduction the runner name --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6eadaa70..4dcd4693 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -8,7 +8,7 @@ jobs: build: name: Build - runs-on: [ backend_runner ] + runs-on: [ self-hosted ] steps: - name: Check out the repository