diff --git a/testing/downstream_testing/downstream_runner.py b/testing/downstream_testing/downstream_runner.py index df3e215ff..c9368c8d1 100644 --- a/testing/downstream_testing/downstream_runner.py +++ b/testing/downstream_testing/downstream_runner.py @@ -178,7 +178,7 @@ class DownstreamRunner: for item in parsed_matrix: if (not item[tox_base].startswith(tox_prefix) or item[tox_base] in self.matrix_exclude or - not item.get("os", "").startswith("ubuntu") + not item.get("os", "ubuntu").startswith("ubuntu") ): skip_matrices.append(item) continue