We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27222ff commit f02a5f9Copy full SHA for f02a5f9
bench_runner/scripts/install.py
@@ -180,7 +180,7 @@ def generate_benchmark(dst: Any) -> Any:
180
user.
181
"""
182
available_runners = [r for r in runners.get_runners() if r.available]
183
- runner_choices = [*[x.name for x in available_runners], "all"]
+ runner_choices = [*[x.name for x in available_runners], "all", "__really_all"]
184
185
dst["on"]["workflow_dispatch"]["inputs"]["machine"]["options"] = runner_choices
186
0 commit comments