chore(ci): remove the step to ssh into runner for troubleshooting

This commit is contained in:
Makito
2026-02-07 21:33:06 +09:00
parent 4caa1c24c5
commit 4c67223b22
-11
View File
@@ -39,11 +39,6 @@ on:
- windows
- macos
- linux
ssh_into_runner:
description: SSH into runner for debugging
required: false
default: false
type: boolean
schedule:
- cron: '0 0 * * *'
@@ -161,12 +156,6 @@ jobs:
- run: pnpm run build:packages
- if: ${{ inputs.ssh_into_runner }}
name: Debug - Setup upterm session
uses: owenthereal/action-upterm@v1
with:
limit-access-to-users: sumimakito
- name: Build (Windows Only) # Windows
if: matrix.os == 'windows-latest'
run: pnpm run -F @proj-airi/stage-tamagotchi build && pnpm -F @proj-airi/stage-tamagotchi exec electron-builder build ${{ matrix.builder-args }} --publish=onTagOrDraft