mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-26 15:39:59 -07:00
fix ci to build rootshell if installer changed
This commit is contained in:
committed by
Cooper Quintin
parent
fe2b8b3456
commit
2a30e2d709
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user