Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 5 additions & 10 deletions .github/workflows/start-spot.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
# Useful if the spot runners are in a bad state
name: Start/Stop Personal Spot
# Useful if the publish npm runner is in a bad state
name: Start Legacy Runner
on:
workflow_dispatch:
inputs:
username:
description: 'Username (optional)'
required: false
action:
description: "Defaults to 'start', can be 'stop', 'restart'"
required: false
default: 'start'
required: true
jobs:
start-build:
uses: ./.github/workflows/setup-runner.yml
with:
username: ${{ inputs.username || github.actor }}
username: ${{ inputs.username }}
runner_type: builder-x86
runner_action: ${{ inputs.action }}
secrets: inherit
secrets: inherit