From cbc94c9b2108cc1feabeb99fccad490ce061cb40 Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Sat, 9 Nov 2024 19:50:32 -0700 Subject: [PATCH] meh --- tools/ci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci.py b/tools/ci.py index 2e17d9873e2..c1a45fc451e 100644 --- a/tools/ci.py +++ b/tools/ci.py @@ -1567,7 +1567,7 @@ def workflow_config( from tools.precommit.workflows import TEST_SALT_PKG_LISTING test_salt_pkg_listing = list(TEST_SALT_PKG_LISTING) - jobs.update({_.slug: True for _ in test_salt_pkg_listing}) + jobs.update({_.slug: True for _ in test_salt_pkg_listing["linux"]}) config["jobs"] = jobs ctx.info("Jobs selected are") for x, y in jobs.items():