fix ci to build rootshell if installer changed

This commit is contained in:
Markus Unterwaditzer
2025-10-16 23:41:24 +02:00
committed by Cooper Quintin
parent fe2b8b3456
commit 2a30e2d709

View File

@@ -205,7 +205,7 @@ jobs:
if-no-files-found: error
build_rootshell:
if: needs.files_changed.outputs.rootshell_changed != '0'
if: needs.files_changed.outputs.rootshell_changed != '0' || needs.files_changed.outputs.installer_changed != '0'
needs:
- check_and_test
- files_changed