chore(ci): remove the step to ssh into runner for troubleshooting
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user