From 3898c002f2ed3e78b6c0e8d1e40e0143959225f7 Mon Sep 17 00:00:00 2001 From: MaddoScientisto Date: Mon, 16 Feb 2026 22:17:43 +0100 Subject: [PATCH] Fixed shared runner tag --- .gitlab-ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 726ed8e..203d04b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,9 +22,6 @@ build_windows: stage: build tags: - saas-windows-medium-amd64 - - shared-windows - - windows - - windows-1809 script: - dotnet --info - dotnet restore @@ -39,9 +36,6 @@ publish_release: stage: publish tags: - saas-windows-medium-amd64 - - shared-windows - - windows - - windows-1809 needs: - build_windows script: