mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-21 17:40:45 -06:00
add back comma separated ci's
This commit is contained in:
parent
c4512ad205
commit
b6619bf0b2
2 changed files with 4 additions and 6 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -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
|
||||
--
|
||||
|
|
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
|
@ -51,7 +51,7 @@ jobs:
|
|||
nix run .
|
||||
--
|
||||
cache
|
||||
--host "othalan"
|
||||
--host,=",othalan,algiz"
|
||||
--flake .
|
||||
--debug
|
||||
|
||||
|
|
Loading…
Reference in a new issue