CI: remove nightly builds in drone (#108913)

remove nightly builds in drone
This commit is contained in:
Kevin Minehart
2025-07-30 13:43:47 +00:00
committed by GitHub
parent d790fdf081
commit 788e91c57b
2 changed files with 1 additions and 260 deletions
-1
View File
@@ -378,6 +378,5 @@ def rgm():
rgm_main_pipeline() +
rgm_tag_pipeline() +
rgm_version_branch_pipeline() +
rgm_nightly_pipeline() +
rgm_promotion_pipeline()
)