mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
CI: set RGM deps on main merge not on tag (#67778)
set deps on main merge not on tag
This commit is contained in:
@@ -66,6 +66,7 @@ def rgm_main():
|
||||
edition = "all",
|
||||
trigger = trigger,
|
||||
steps = rgm_build(),
|
||||
depends_on = ["main-test-backend", "main-test-frontend"],
|
||||
)
|
||||
|
||||
def rgm_tag():
|
||||
@@ -90,7 +91,7 @@ def rgm_tag():
|
||||
edition = "all",
|
||||
trigger = trigger,
|
||||
steps = rgm_build(script = "drone_publish_tag.sh"),
|
||||
depends_on = ["main-test-backend", "main-test-frontend"],
|
||||
depends_on = [],
|
||||
)
|
||||
|
||||
def rgm():
|
||||
|
||||
Reference in New Issue
Block a user