Skip to content

Commit 2f05c7b

Browse files
committed
🧪 Implement CI UI build matrix groups
1 parent 661a5e1 commit 2f05c7b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎.github/workflows/ci-cd.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ jobs:
110110
codecov-token: ${{ secrets.CODECOV_TOKEN }}
111111

112112
build-wheels-for-tested-arches:
113-
name: Build wheels on ${{ matrix.os }}
113+
name: >- # ${{ '' } is a hack to nest jobs under the same sidebar category
114+
📦 Build wheels for tested arches${{ '' }}
114115
needs:
115116
- build-pure-python-dists
116117
- pre-setup # transitive, for accessing settings
@@ -544,7 +545,8 @@ jobs:
544545
echo "Predeploy step"
545546
546547
build-wheels-for-odd-archs:
547-
name: Build wheels on ${{ matrix.tag }} ${{ matrix.qemu }}
548+
name: >- # ${{ '' } is a hack to nest jobs under the same sidebar category
549+
📦 Build wheels for odd arches${{ '' }}
548550
needs:
549551
- build-pure-python-dists
550552
- pre-deploy

0 commit comments

Comments
 (0)