From c59e15b868662a50fa1ce2969c11913c2c094e9c Mon Sep 17 00:00:00 2001 From: Marius Levang <55030714+MariusLevang@users.noreply.github.com> Date: Fri, 3 May 2024 12:28:08 +0200 Subject: [PATCH] build: Update ci-file, remove linux tag --- .github/workflows/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 74416ef..737711e 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -86,7 +86,7 @@ jobs: deploy-to-stage: name: Deploy to kubernetes stage environment needs: build-and-publish - runs-on: [self-hosted, Linux] + runs-on: [self-hosted] if: github.ref == 'refs/heads/main' environment: stage steps: @@ -128,7 +128,7 @@ jobs: deploy-to-prod: name: Deploy to kubernetes prod environment needs: build-and-publish - runs-on: [self-hosted, Linux] + runs-on: [self-hosted] if: startsWith(github.event.ref, 'refs/tags/v') environment: prod steps: