mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-26 07:29:59 -07:00
fix CI: Daemon should build if installer changed
This commit is contained in:
committed by
Cooper Quintin
parent
48a4b43a39
commit
3ada0fa259
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@@ -225,7 +225,10 @@ jobs:
|
||||
if-no-files-found: error
|
||||
|
||||
build_rayhunter:
|
||||
if: needs.files_changed.outputs.daemon_changed != '0'
|
||||
# build_rust_installer needs this step. so when installer_changed, we need
|
||||
# to build this step too. if we skip this step because only the installer
|
||||
# changed, the build_rust_installer step will be skipped too.
|
||||
if: needs.files_changed.outputs.daemon_changed != '0' || needs.files_changed.outputs.installer_changed != '0'
|
||||
needs:
|
||||
- check_and_test
|
||||
- files_changed
|
||||
|
||||
Reference in New Issue
Block a user