Skip to content

Commit

Permalink
ci: Added property disableTests
Browse files Browse the repository at this point in the history
  • Loading branch information
samtrion committed Dec 28, 2023
1 parent beaa924 commit 0adcde5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cicd-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ on:
required: false
type: boolean
default: false
disableTests:
required: false
type: boolean
default: false
dotnet-logging:
required: false
type: string
Expand Down Expand Up @@ -83,6 +87,7 @@ jobs:

tests:
name: Tests
if: ${{ inputs.disableTests == false }}
needs:
- version
uses: ./.github/workflows/step-dotnet-tests.yml
Expand Down

0 comments on commit 0adcde5

Please sign in to comment.