Skip to content

Commit 73ca23d

Browse files
committed
ci: use system as build name
1 parent 920f156 commit 73ca23d

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ name: Build
33
on:
44
workflow_call:
55
inputs:
6-
name:
7-
required: true
8-
type: string
96
builds:
107
description: "json array of builds: [ { system, runner, attr } ]"
118
required: true
@@ -17,7 +14,7 @@ on:
1714

1815
jobs:
1916
build:
20-
name: ${{ inputs.name }} (${{ matrix.attr }})
17+
name: (${{ matrix.system }})
2118
runs-on:
2219
- ${{ matrix.runner }}
2320
strategy:

.github/workflows/check.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,4 @@ jobs:
4141
include: ${{ fromJSON(needs.prepare.outputs.matrix) }}
4242
secrets: inherit
4343
with:
44-
name: ${{ matrix.name }}
4544
builds: ${{ toJSON(matrix.builds) }}

0 commit comments

Comments
 (0)