fix test_windows_signing job name (#9771)

😢

CHANGELOG_BEGIN
CHANGELOG_END
This commit is contained in:
Gary Verhaegen 2021-05-21 12:33:25 +02:00 committed by GitHub
parent 5855a9941f
commit 5717356a42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ jobs:
fi
displayName: check perf changes
- job: test-windows-signing
- job: test_windows_signing
dependsOn: [ "check_for_release", "Windows" ]
condition: and(succeeded(),
eq(variables['Build.SourceBranchName'], 'main'))