Files
parso/.github/workflows/debug_ci.yml
2026-02-09 16:31:46 +01:00

13 lines
180 B
YAML

name: Debug CI
on:
workflow_dispatch:
jobs:
tests:
uses: ./.github/workflows/tests.yml
with:
all_tests: true
debug_ssh_session: true
secrets: inherit