mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Changed workflows should also trigger the package tests
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
cfd69e87b0
commit
39c5668b42
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue