File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7373 ["self-hosted", "Linux", "X64"] + .
7474 )
7575 }
76- ). [:$count]' "$response_file") # only select the first $count runners
76+ )[:$count]' "$response_file") # only select the first $count runners
7777
7878 filtered_edge_runners=$(jq -c --argjson count "$edge_dnode_count" '
7979 map(
9696 ["self-hosted", "Linux", "X64"] + .
9797 )
9898 }
99- ). [:$count]' "$response_file") # only select the first $count runners
99+ )[:$count]' "$response_file") # only select the first $count runners
100100
101101 filtered_center_runners=$(jq -c --argjson count "$center_dnode_count" '
102102 map(
@@ -119,7 +119,7 @@ jobs:
119119 ["self-hosted", "Linux", "X64"] + .
120120 )
121121 }
122- ). [:$count]' "$response_file") # only select the first $count runners
122+ )[:$count]' "$response_file") # only select the first $count runners
123123
124124 echo "✅ Selected runners with formatted labels:"
125125 echo "$filtered_mqtt_runners"
You can’t perform that action at this time.
0 commit comments