We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2543c59 + 98ff221 commit 2146ec1Copy full SHA for 2146ec1
.github/workflows/manual.yml
@@ -104,6 +104,14 @@ jobs:
104
if: needs.detect-changes.outputs.humanoperator_changed == 'true' || needs.detect-changes.outputs.shared_changed == 'true'
105
run: ./gradlew :humanoperator:compileDebugKotlin
106
107
+ - name: Detect (app)
108
+ if: needs.detect-changes.outputs.app_changed == 'true' || needs.detect-changes.outputs.shared_changed == 'true'
109
+ run: ./gradlew :app:detect
110
+
111
+ - name: Detect (humanoperator)
112
+ if: needs.detect-changes.outputs.humanoperator_changed == 'true' || needs.detect-changes.outputs.shared_changed == 'true'
113
+ run: ./gradlew :humanoperator:detect
114
115
build:
116
needs: [detect-changes, compile-check]
117
runs-on: ubuntu-latest
0 commit comments