Fix: prevent duplicate workflow runs (#8268)

This commit is contained in:
shamoon
2024-11-13 07:18:21 -08:00
committed by GitHub
parent ad9bdaf1b8
commit 36ecb8587d

View File

@@ -886,6 +886,7 @@ def run_workflows(
"triggers",
)
.order_by("order")
.distinct()
)
for workflow in workflows: