Skip to content

Commit c24b962

Browse files
authored
Update main.yml
1 parent f33619b commit c24b962

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
echo "checks..."
3838
FILTERED=$(jq -c -r '.check_runs[] | select(.name | endswith("-env")) | { "config": .name, "build_path": .output.text }' <<< "$CHECK_RUNS")
3939
echo "filtered..."
40+
jq -e . <<< "$FILTERED"
4041
GROUPS=$(jq --slurp -c -r '. as $jobs | map(.config | split(".") | first) | unique | map(. as $group | {"platform": $group, "jobs": $jobs | map(select(.config |startswith($group)))})' <<< "$FILTERED")
4142
echo "groups..."
4243
if jq -e . <<< "$GROUPS" > /dev/null 2>&1; then # JSON validation

0 commit comments

Comments
 (0)