Skip to content

Commit c247318

Browse files
committed
auto4
1 parent 48e1ec5 commit c247318

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/auto-merge-queue.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,9 @@ jobs:
187187
fi
188188
done
189189
190+
# Debug the final state
191+
echo "DEBUG: Final state - all_success=$all_success, any_failure=$any_failure, pending_jobs=(${pending_jobs[*]})"
192+
190193
# Determine overall status
191194
if [[ "$any_failure" == true ]]; then
192195
echo "DEBUG: Overall status: FAILURE (some jobs failed)"

0 commit comments

Comments
 (0)