Skip to content

Commit 12d5cf8

Browse files
committed
fix ci again
1 parent cf88df8 commit 12d5cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
if-no-files-found: error
206206

207207
build_rootshell:
208-
if: needs.files_changed.outputs.rootshell_changed != '0'
208+
if: needs.files_changed.outputs.rootshell_changed != '0' || needs.files_changed.outputs.installer_changed != '0'
209209
needs:
210210
- check_and_test
211211
- files_changed

0 commit comments

Comments
 (0)