Skip to content

Commit fd3809b

Browse files
committed
add debug input
1 parent 7d287f5 commit fd3809b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/pytest.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ on:
66
pull_request:
77
branches: [main]
88
workflow_dispatch:
9+
inputs:
10+
debug_enabled:
11+
type: boolean
12+
description: "Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)"
13+
required: false
14+
default: false
915

1016
concurrency:
1117
group: ${{ github.workflow }}-${{ github.ref }}
@@ -16,3 +22,4 @@ jobs:
1622
uses: Komorebi-AI/github-actions/.github/workflows/pytest-uv.yml@main
1723
with:
1824
uv-version: 0.8.0
25+
debug-enabled: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}

0 commit comments

Comments
 (0)