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 920f156 commit 73ca23dCopy full SHA for 73ca23d
.github/workflows/build.yml
@@ -3,9 +3,6 @@ name: Build
3
on:
4
workflow_call:
5
inputs:
6
- name:
7
- required: true
8
- type: string
9
builds:
10
description: "json array of builds: [ { system, runner, attr } ]"
11
required: true
@@ -17,7 +14,7 @@ on:
17
14
18
15
jobs:
19
16
build:
20
- name: ${{ inputs.name }} (${{ matrix.attr }})
+ name: (${{ matrix.system }})
21
runs-on:
22
- ${{ matrix.runner }}
23
strategy:
.github/workflows/check.yml
@@ -41,5 +41,4 @@ jobs:
41
include: ${{ fromJSON(needs.prepare.outputs.matrix) }}
42
secrets: inherit
43
with:
44
- name: ${{ matrix.name }}
45
builds: ${{ toJSON(matrix.builds) }}
0 commit comments