Fix: prevent duplicate workflow runs (#8268)

This commit is contained in:
shamoon 2024-11-13 07:18:21 -08:00 committed by GitHub
parent 25c63ec918
commit b925d30a13

View File

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