Skip to content

Workflow Dispatch Crash Tests #448

Workflow Dispatch Crash Tests

Workflow Dispatch Crash Tests #448

name: Workflow Dispatch Crash Tests
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, "${{ inputs.runner }}"]
steps:
- name: Sleep for an hour to give the integration test some time to crash the runner.
run: |
sleep 3600