Skip to content

Commit f5aa725

Browse files
🩹 [CI]: Add 'SkipTests' input to Get-TestSuites workflow for enhanced test management
1 parent 09ff31f commit f5aa725

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

‎.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
Get-TestSuites:
7373
uses: ./.github/workflows/Get-TestSuites.yml
7474
with:
75+
SkipTests: ${{ inputs.SkipTests }}
7576
Debug: ${{ inputs.Debug }}
7677
Prerelease: ${{ inputs.Prerelease }}
7778
Verbose: ${{ inputs.Verbose }}

‎.github/workflows/workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
Get-TestSuites:
7878
uses: ./.github/workflows/Get-TestSuites.yml
7979
with:
80+
SkipTests: ${{ inputs.SkipTests }}
8081
Debug: ${{ inputs.Debug }}
8182
Prerelease: ${{ inputs.Prerelease }}
8283
Verbose: ${{ inputs.Verbose }}

0 commit comments

Comments
 (0)