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:
|
||||
workflow_call:
|
||||
inputs:
|
||||
name:
|
||||
required: true
|
||||
type: string
|
||||
builds:
|
||||
description: "json array of builds: [ { system, runner, attr } ]"
|
||||
required: true
|
||||
|
@ -17,7 +14,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
name: ${{ inputs.name }} (${{ matrix.attr }})
|
||||
name: (${{ matrix.system }})
|
||||
runs-on:
|
||||
- ${{ matrix.runner }}
|
||||
strategy:
|
||||
|
|
1
.github/workflows/check.yml
vendored
1
.github/workflows/check.yml
vendored
|
@ -41,5 +41,4 @@ jobs:
|
|||
include: ${{ fromJSON(needs.prepare.outputs.matrix) }}
|
||||
secrets: inherit
|
||||
with:
|
||||
name: ${{ matrix.name }}
|
||||
builds: ${{ toJSON(matrix.builds) }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue