Skip to content

Commit d69ccd7

Browse files
committed
chore(ci): Better task titles for matrix items with no testing
1 parent 7f61c14 commit d69ccd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ stages:
7575
condition: succeeded()
7676
jobs:
7777
- job: BuildMatrix
78-
displayName: Build and test -
78+
displayName: ${{ if eq(variables['runTests'], true) }}: 'Build and test -' ${{ else }}: 'Build'
7979
timeoutInMinutes: 90
8080
pool:
8181
vmImage: $(vmImage)

0 commit comments

Comments
 (0)