Skip to content

Commit cbe2c59

Browse files
committed
force parametric run
1 parent ea34a29 commit cbe2c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/scripts/compute-workflow-parameters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def __init__(
9191
self.data["parametric"] = {
9292
"job_count": parametric_job_count,
9393
"job_matrix": list(range(1, parametric_job_count + 1)),
94-
"enable": len(scenario_map["parametric"]) > 0
94+
"enable": True # len(scenario_map["parametric"]) > 0
9595
and "otel" not in library
9696
and library not in ("cpp_nginx", "cpp_httpd", "python_lambda"),
9797
}

0 commit comments

Comments
 (0)