Skip to content

Commit 32a3ef3

Browse files
committed
Merge branch 'main' into 2025-04-promote-indexed-merkle-map
2 parents 7facc05 + a44b7cc commit 32a3ef3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/bindings/scripts/download-bindings.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ set -e
77
REV=${REV:=$(git rev-parse HEAD)}
88
RUN_ID=$( \
99
gh run list --commit "${REV}" --json name,databaseId | \
10-
jq -r '.[] | select(.name == "Checks" or .name == "Build and upload bindings") | .databaseId' \
10+
jq -r '.[] | select(.name == "Checks" or .name == "Build and upload bindings") | .databaseId' | \
11+
head -1 \
1112
)
1213

1314
if [ -z "$RUN_ID" ]

0 commit comments

Comments
 (0)