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 4ed1386 commit 8396175Copy full SHA for 8396175
bench_runner/scripts/install.py
@@ -279,7 +279,7 @@ def generate__weekly(dst: Any) -> Any:
279
cfg_runners = runners.get_runners_from_nicknames_and_tags(
280
weekly_cfg.get("runners", [])
281
)
282
- for runner_nickname in cfg_runners:
+ for runner in cfg_runners:
283
weekly_flags = weekly_cfg.get("flags", [])
284
job = {
285
"uses": "./.github/workflows/_benchmark.yml",
0 commit comments