Fix: prevent duplicate workflow runs

This commit is contained in:
shamoon 2024-11-13 00:14:14 -08:00
parent ad9bdaf1b8
commit b4e4b7b04b
No known key found for this signature in database

View File

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