We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f74a40 commit f8c029bCopy full SHA for f8c029b
azure-pipelines.yml
@@ -102,6 +102,7 @@ jobs:
102
connectionString: 'server=localhost;port=3306;user id=mysqltest;password=test;database=conformance;ssl mode=none;DefaultCommandTimeout=3600;AllowPublicKeyRetrieval=True'
103
104
- job: azure_mysql_integration_tests
105
+ condition: ne('True', variables['System.PullRequest.IsFork'])
106
displayName: 'Azure MySQL Integration Tests'
107
pool:
108
vmimage: 'windows-latest'
0 commit comments