No staging env => drop the env

This commit is contained in:
Paul Schneider
2025-06-11 17:07:07 +01:00
parent 535e513078
commit c344720fa8

View File

@ -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: