We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf88df8 commit 12d5cf8Copy full SHA for 12d5cf8
.github/workflows/main.yml
@@ -205,7 +205,7 @@ jobs:
205
if-no-files-found: error
206
207
build_rootshell:
208
- if: needs.files_changed.outputs.rootshell_changed != '0'
+ if: needs.files_changed.outputs.rootshell_changed != '0' || needs.files_changed.outputs.installer_changed != '0'
209
needs:
210
- check_and_test
211
- files_changed
0 commit comments