No staging env => drop the env
This commit is contained in:
parent
7a96909bef
commit
43496a2dd6
1 changed files with 0 additions and 5 deletions
5
.github/workflows/dotnet.yml
vendored
5
.github/workflows/dotnet.yml
vendored
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue