mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
ci: use system as build name
This commit is contained in:
parent
920f15638e
commit
73ca23dd44
2 changed files with 1 additions and 5 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -3,9 +3,6 @@ name: Build
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
inputs:
|
inputs:
|
||||||
name:
|
|
||||||
required: true
|
|
||||||
type: string
|
|
||||||
builds:
|
builds:
|
||||||
description: "json array of builds: [ { system, runner, attr } ]"
|
description: "json array of builds: [ { system, runner, attr } ]"
|
||||||
required: true
|
required: true
|
||||||
|
@ -17,7 +14,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: ${{ inputs.name }} (${{ matrix.attr }})
|
name: (${{ matrix.system }})
|
||||||
runs-on:
|
runs-on:
|
||||||
- ${{ matrix.runner }}
|
- ${{ matrix.runner }}
|
||||||
strategy:
|
strategy:
|
||||||
|
|
1
.github/workflows/check.yml
vendored
1
.github/workflows/check.yml
vendored
|
@ -41,5 +41,4 @@ jobs:
|
||||||
include: ${{ fromJSON(needs.prepare.outputs.matrix) }}
|
include: ${{ fromJSON(needs.prepare.outputs.matrix) }}
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.name }}
|
|
||||||
builds: ${{ toJSON(matrix.builds) }}
|
builds: ${{ toJSON(matrix.builds) }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue