Skip to content

Commit f8c029b

Browse files
committed
Don't run Azure MySQL tests on forks.
The secrets aren't exposed to forks.
1 parent 7f74a40 commit f8c029b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ jobs:
102102
connectionString: 'server=localhost;port=3306;user id=mysqltest;password=test;database=conformance;ssl mode=none;DefaultCommandTimeout=3600;AllowPublicKeyRetrieval=True'
103103

104104
- job: azure_mysql_integration_tests
105+
condition: ne('True', variables['System.PullRequest.IsFork'])
105106
displayName: 'Azure MySQL Integration Tests'
106107
pool:
107108
vmimage: 'windows-latest'

0 commit comments

Comments
 (0)