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 b2acd3e commit 0a22e4aCopy full SHA for 0a22e4a
.github/workflows/auto-merge.yml
@@ -69,7 +69,12 @@ jobs:
69
echo "Skipping 'auto-merge' workflow check to prevent self-referencing."
70
continue
71
fi
72
-
+
73
+ # If any check is still queued, set ALL_COMPLETED to false
74
+ if [[ "$status" == "QUEUED" ]]; then
75
+ ALL_COMPLETED=false
76
+ fi
77
78
# If any check is still in progress, set ALL_COMPLETED to false
79
if [[ "$status" == "IN_PROGRESS" ]]; then
80
ALL_COMPLETED=false
0 commit comments