Skip to content

Commit 3b6f5ef

Browse files
committed
cleaned debug
1 parent 54699bd commit 3b6f5ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/pr-supervisor.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
4141
# We want to watch for pending checks beside this check
4242
checks=$(gh pr checks $PR_NUMBER --json name,state --jq '[ .[] | select(.name != "yamato-supervisor") ]')
43-
echo "$checks" | jq .
4443
4544
pending=$(echo "$checks" | jq '[.[] | select(.state == "PENDING")] | length')
4645
skipping=$(echo "$checks" | jq '[.[] | select(.state == "SKIPPED")] | length')

0 commit comments

Comments
 (0)