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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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