Skip to content

Commit 38bf94c

Browse files
authored
Only when the live test is triggered by scheduled run, the result data will be saved to Kusto (#21508)
1 parent cebad2a commit 38bf94c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/util/live-test-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123

124124
- task: PowerShell@2
125125
displayName: Save live test results to Kusto
126-
condition: succeededOrFailed()
126+
condition: and(succeededOrFailed(), eq(variables['Build.Reason'], 'Schedule'))
127127
inputs:
128128
pwsh: true
129129
targetType: filePath

0 commit comments

Comments
 (0)