We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0572c9 commit 7158c19Copy full SHA for 7158c19
1 file changed
e2e.sh
@@ -432,6 +432,8 @@ trigger_workflow_dispatch_and_await_completion() {
432
info "Triggering workflow_dispatch for '$workflow_name'..."
433
434
# Enable the workflow first
435
+ # NOTE: This must return early only when enabling fails. A prior bug
436
+ # inverted this condition causing immediate failure even when enable succeeded.
437
if ! enable_workflow "$workflow_name"; then
438
return 1
439
fi
0 commit comments