We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e21ae40 commit 385eb56Copy full SHA for 385eb56
.github/workflows/main.yml
@@ -37,7 +37,6 @@ jobs:
37
GROUPS=$(gh api "repos/$GITHUB_REPOSITORY/commits/$GITHUB_SHA/check-runs" --paginate \
38
--jq '.check_runs[] | select(.name | endswith("-env")) | { "config": .name, "build_path": .output.text }' | \
39
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}
41
echo "matrix=${GROUPS}" >> $GITHUB_OUTPUT
42
43
# We need this process step in here, because we have in excess of 256 jobs.
0 commit comments