From c344720fa8c5c0538d37d5251c4df05fad236b76 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Wed, 11 Jun 2025 17:07:07 +0100 Subject: [PATCH] No staging env => drop the env --- .github/workflows/dotnet.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 1144c355..c39ed77c 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -18,10 +18,6 @@ on: description: 'Test scenario tags' required: false type: boolean - environment: - description: 'Environment to run tests against' - type: environment - required: true push: branches: [ "main" ] pull_request: @@ -38,7 +34,6 @@ jobs: env: LEVEL: ${{ inputs.logLevel }} TAGS: ${{ inputs.tags }} - ENVIRONMENT: ${{ inputs.environment }} build: