Fix dictionary key typo

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
Pedro Algarvio 2023-03-06 13:02:06 +00:00 committed by Megan Wilhite
parent 813d4dcae7
commit 9c44ccc9db

View file

@ -341,7 +341,7 @@ def define_jobs(
wfh.write("De-selecting the 'test-pkg' job.\n")
jobs["test-pkg"] = False
if not jobs["test"] and not jobs["pkg-test"]:
if not jobs["test"] and not jobs["test-pkg"]:
with open(github_step_summary, "a", encoding="utf-8") as wfh:
for job in (
"build-source-tarball",