Skip to content

Commit

Permalink
Update: Wokrflow adjustments for Bare metal nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
Aminechakr committed Jan 11, 2025
1 parent b6a7ef6 commit 6ef80e2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/dispatch-baremetal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,17 @@ on:
options:
- paseo
- westend
instance:
description: 'Instance'
required: true
default: ''
type: choice
options:
- hetzner-gossamer-westend
- hetzner-gossamer-paseo
- hetzner-gossamer-westend-2
- hetzner-gossamer-paseo-2
- hetzner-gossamer-polkadot
gossamerStartArgs:
description: 'Arguments'
required: false
Expand Down Expand Up @@ -50,6 +61,7 @@ jobs:
"commit": "${{ github.event.inputs.commit }}",
"nodeType": "${{ github.event.inputs.nodeType }}",
"chain": "${{ github.event.inputs.chain }}",
"instance": "${{ github.event.inputs.instance }}",
"gossamerStartArgs": "${{ github.event.inputs.gossamerStartArgs }}"
}
}

0 comments on commit 6ef80e2

Please sign in to comment.