Skip to content

Commit 0d556fc

Browse files
committed
fix(workflows): remove unparsed matrix variables from job name
Matrix context variables are not parsed in job-level name fields. Changed from dynamic '⚡ Smol - ${{ matrix.platform }}-${{ matrix.arch }}' to static '⚡ Smol Binaries'.
1 parent 0133242 commit 0d556fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-smol.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116

117117
build-smol:
118118
needs: build-deps
119-
name: ⚡ Smol - ${{ matrix.platform }}-${{ matrix.arch }}
119+
name: ⚡ Smol Binaries
120120
runs-on: ${{ matrix.runner }}
121121
timeout-minutes: ${{ inputs.force && 180 || 150 }}
122122
strategy:

0 commit comments

Comments
 (0)