Skip to content

Commit d7385b1

Browse files
committed
add workfow dispatch mutants
1 parent e24f8d5 commit d7385b1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/pr-differences-mutants.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ on:
99
- ready_for_review
1010
paths:
1111
- '**.rs'
12+
workflow_dispatch:
13+
inputs:
14+
ignore_timeout:
15+
description: "Ignore mutants timeout limit"
16+
required: false
17+
type: choice
18+
options:
19+
- true
20+
- false
21+
default: 'true'
1222

1323
concurrency:
1424
group: pr-differences-${{ github.head_ref || github.ref || github.run_id }}

0 commit comments

Comments
 (0)