No staging env => drop the env
This commit is contained in:
5
.github/workflows/dotnet.yml
vendored
5
.github/workflows/dotnet.yml
vendored
@ -18,10 +18,6 @@ on:
|
|||||||
description: 'Test scenario tags'
|
description: 'Test scenario tags'
|
||||||
required: false
|
required: false
|
||||||
type: boolean
|
type: boolean
|
||||||
environment:
|
|
||||||
description: 'Environment to run tests against'
|
|
||||||
type: environment
|
|
||||||
required: true
|
|
||||||
push:
|
push:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
pull_request:
|
pull_request:
|
||||||
@ -38,7 +34,6 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
LEVEL: ${{ inputs.logLevel }}
|
LEVEL: ${{ inputs.logLevel }}
|
||||||
TAGS: ${{ inputs.tags }}
|
TAGS: ${{ inputs.tags }}
|
||||||
ENVIRONMENT: ${{ inputs.environment }}
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user