From ec72412cc90b72e56ec0e8835bd0723a6c865a22 Mon Sep 17 00:00:00 2001 From: Alex Hanselka Date: Tue, 28 Jan 2020 17:47:53 +0000 Subject: [PATCH] Update windows shared runner tags We were using shared tag for both Linux and Windows runners, but only Linux should be using it. --- doc/user/gitlab_com/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user/gitlab_com/index.md b/doc/user/gitlab_com/index.md index 50337be6340090..dd6ee4175bc792 100644 --- a/doc/user/gitlab_com/index.md +++ b/doc/user/gitlab_com/index.md @@ -282,7 +282,7 @@ Windows Shared Runners: ```yaml .shared_windows_runners: tags: - - shared + - shared-windows - windows - windows-1809 -- GitLab