Add a way to debug github CI

This commit is contained in:
Dave Halter
2026-02-08 23:10:35 +01:00
parent 59541564e5
commit c0f6b96b0c
2 changed files with 26 additions and 1 deletions

12
.github/workflows/debug_ci.yml vendored Normal file
View File

@@ -0,0 +1,12 @@
name: Debug CI
on:
workflow_dispatch:
jobs:
tests:
uses: ./.github/workflows/tests.yml
with:
all_tests: true
debug_ssh_session: true
secrets: inherit