From b6619bf0b2f397600fa4a83335ec975c8bdf115f Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Mon, 18 Nov 2024 14:14:26 -0600 Subject: [PATCH] add back comma separated ci's --- .github/workflows/build.yml | 8 +++----- .github/workflows/update.yml | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 938a29b..189c4e5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 -- diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index d55b1cf..8c1b521 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -51,7 +51,7 @@ jobs: nix run . -- cache - --host "othalan" + --host,=",othalan,algiz" --flake . --debug