mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
Remove build-storybook from release-branch mode for enterprise (#52654)
This commit is contained in:
@@ -250,7 +250,7 @@ def benchmark_ldap_step():
|
||||
|
||||
|
||||
def build_storybook_step(edition, ver_mode):
|
||||
if edition in ('enterprise', 'enterprise2') and ver_mode == 'release':
|
||||
if edition in ('enterprise', 'enterprise2'):
|
||||
return None
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user