Skip to content

Commit 8396175

Browse files
committed
Fix oopsie.
1 parent 4ed1386 commit 8396175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench_runner/scripts/install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ def generate__weekly(dst: Any) -> Any:
279279
cfg_runners = runners.get_runners_from_nicknames_and_tags(
280280
weekly_cfg.get("runners", [])
281281
)
282-
for runner_nickname in cfg_runners:
282+
for runner in cfg_runners:
283283
weekly_flags = weekly_cfg.get("flags", [])
284284
job = {
285285
"uses": "./.github/workflows/_benchmark.yml",

0 commit comments

Comments
 (0)