Skip to content

Commit f499ae7

Browse files
committed
fix(ci): remove expression from build-models job name
GitHub Actions doesn't support expression syntax (${{ }}) in job names. Changed to static name. Quantization level still visible in step output.
1 parent 14abc4e commit f499ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
retention-days: 7
182182

183183
build-models:
184-
name: 🤖 Build AI Models (${{ inputs.models-quant-level || 'INT4' }} Quantized)
184+
name: 🤖 Build AI Models
185185
if: ${{ inputs.build-models != false }}
186186
runs-on: ubuntu-latest
187187
timeout-minutes: 60

0 commit comments

Comments
 (0)