Skip to content

Commit 385eb56

Browse files
authored
Update main.yml (#199)
1 parent e21ae40 commit 385eb56

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
GROUPS=$(gh api "repos/$GITHUB_REPOSITORY/commits/$GITHUB_SHA/check-runs" --paginate \
3838
--jq '.check_runs[] | select(.name | endswith("-env")) | { "config": .name, "build_path": .output.text }' | \
3939
jq --slurp -c -r '. as $jobs | map(.config | split(".") | first) | unique | map(. as $group | {"platform": $group, "jobs": $jobs | map(select(.config |startswith($group)))})')
40-
jq . <<< ${GROUPS}
4140
echo "matrix=${GROUPS}" >> $GITHUB_OUTPUT
4241
4342
# We need this process step in here, because we have in excess of 256 jobs.

0 commit comments

Comments
 (0)