Skip to content

Commit 9da668b

Browse files
authored
Manual dispatch
1 parent 39fbbd5 commit 9da668b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/pytest.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ on:
44
push:
55
branches:
66
- main
7+
workflow_dispatch:
8+
inputs:
9+
workers:
10+
description: number of workers
11+
type: string
12+
default: '1'
713

814
jobs:
915
run-tests:

0 commit comments

Comments
 (0)