We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2146ec1 commit e22e9f8Copy full SHA for e22e9f8
1 file changed
.github/workflows/manual.yml
@@ -104,14 +104,6 @@ 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