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 ea34a29 commit cbe2c59Copy full SHA for cbe2c59
utils/scripts/compute-workflow-parameters.py
@@ -91,7 +91,7 @@ def __init__(
91
self.data["parametric"] = {
92
"job_count": parametric_job_count,
93
"job_matrix": list(range(1, parametric_job_count + 1)),
94
- "enable": len(scenario_map["parametric"]) > 0
+ "enable": True # len(scenario_map["parametric"]) > 0
95
and "otel" not in library
96
and library not in ("cpp_nginx", "cpp_httpd", "python_lambda"),
97
}
0 commit comments