Skip eng common workflow enforcer for private repos (#2813)
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
This commit is contained in:
parent
ddee45759f
commit
669252d2a9
@ -21,4 +21,4 @@ steps:
|
||||
}
|
||||
}
|
||||
displayName: Prevent changes to eng/common outside of azure-sdk-tools repo
|
||||
condition: and(succeeded(), ne(variables['Skip.EngCommonWorkflowEnforcer'], 'true'))
|
||||
condition: and(succeeded(), ne(variables['Skip.EngCommonWorkflowEnforcer'], 'true'), not(endsWith(variables['Build.Repository.Name'], '-pr')))
|
||||
Loading…
Reference in New Issue
Block a user