From 4c67223b2209d9c3379dd4456016d8ca8341238c Mon Sep 17 00:00:00 2001 From: Makito Date: Sat, 7 Feb 2026 21:33:06 +0900 Subject: [PATCH] chore(ci): remove the step to ssh into runner for troubleshooting --- .github/workflows/release-tamagotchi.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/release-tamagotchi.yml b/.github/workflows/release-tamagotchi.yml index 9ac201374..f52abe1c6 100644 --- a/.github/workflows/release-tamagotchi.yml +++ b/.github/workflows/release-tamagotchi.yml @@ -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