Skip to content

Commit 6e13b65

Browse files
authored
Merge pull request #5082 from stacks-network/ci/enable-mutants-dispatch
CI Mutants: add workfow dispatch for GUI
2 parents e24f8d5 + d7385b1 commit 6e13b65

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)