Changed workflows should also trigger the package tests

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
Pedro Algarvio 2023-03-17 08:55:46 +00:00 committed by Pedro Algarvio
parent cfd69e87b0
commit 39c5668b42

View file

@ -338,6 +338,7 @@ def define_jobs(
required_pkg_test_changes: set[str] = {
changed_files_contents["pkg_tests"],
changed_files_contents["workflows"],
}
if jobs["test-pkg"] and required_pkg_test_changes == {"false"}:
with open(github_step_summary, "a", encoding="utf-8") as wfh: