add back comma separated ci's

This commit is contained in:
Daylin Morgan 2024-11-18 14:14:26 -06:00
parent c4512ad205
commit b6619bf0b2
Signed by: daylin
GPG key ID: 950D13E9719334AD
2 changed files with 4 additions and 6 deletions

View file

@ -7,8 +7,7 @@ on:
hosts:
description: 'list of hosts to build'
required: true
default: 'othalan'
# default: ',othalan,algiz'
default: ',othalan,algiz'
type: string
lockFile:
description: 'flake.lock file'
@ -18,8 +17,7 @@ on:
inputs:
hosts:
description: 'list of hosts to build'
default: 'othalan'
# default: ',othalan,algiz'
default: ',othalan,algiz'
type: string
# concurrency:
@ -60,7 +58,7 @@ jobs:
nix run .
--
cache
--host "${{ inputs.hosts }}"
--host,="${{ inputs.hosts }}"
--flake .
--debug
--

View file

@ -51,7 +51,7 @@ jobs:
nix run .
--
cache
--host "othalan"
--host,=",othalan,algiz"
--flake .
--debug