Skip to content

Commit

Permalink
not ready for consumption yet
Browse files Browse the repository at this point in the history
  • Loading branch information
nobuto-m committed Feb 17, 2025
1 parent ca8218b commit 806192e
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/multi-node-ha.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 806192e

Please sign in to comment.