Skip to content

Workflow Dispatch Tests (ssh-debug/tmate) #670

Workflow Dispatch Tests (ssh-debug/tmate)

Workflow Dispatch Tests (ssh-debug/tmate) #670

name: Workflow Dispatch Tests (ssh-debug/tmate)
on:
# Manually dispatched workflow action
workflow_dispatch:
inputs:
runner:
description: 'Self hosted gh runner'
required: true
jobs:
workflow-dispatch-tests:
runs-on: [self-hosted, linux, x64, "${{ inputs.runner }}"]
steps:
- name: Setup tmate session
uses: canonical/action-tmate@chore/env_var_change
timeout-minutes: 5