From 806192e9b212e216c26c0e2632585a8d6f87959e Mon Sep 17 00:00:00 2001 From: Nobuto Murata Date: Mon, 17 Feb 2025 16:44:53 +0900 Subject: [PATCH] not ready for consumption yet --- .github/workflows/multi-node-ha.yml | 36 ++++++++++++++--------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/multi-node-ha.yml b/.github/workflows/multi-node-ha.yml index 3fded7c..9d51770 100644 --- a/.github/workflows/multi-node-ha.yml +++ b/.github/workflows/multi-node-ha.yml @@ -1,26 +1,26 @@ name: Sunbeam Multi-node HA -on: +#on: #push: # branches: ["act"] - workflow_dispatch: - inputs: - use_workaround: - description: 'Apply a workaround' - required: true - default: true - type: boolean - hardware_profile: - description: 'Specs for each machine' - required: true - default: tutorial - type: choice - options: - - minimal - - minimal-with-cpu-overcommit - - tutorial - - allowance +# workflow_dispatch: +# inputs: +# use_workaround: +# description: 'Apply a workaround' +# required: true +# default: true +# type: boolean +# hardware_profile: +# description: 'Specs for each machine' +# required: true +# default: tutorial +# type: choice +# options: +# - minimal +# - minimal-with-cpu-overcommit +# - tutorial +# - allowance permissions: contents: read