Skip to content

Commit

Permalink
build: Update ci-file, remove linux tag
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusLevang authored May 3, 2024
1 parent 9dcd006 commit c59e15b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit c59e15b

Please sign in to comment.