Skip to content

Commit e22e9f8

Browse files
Simplify workflow by removing detect steps
Removed unnecessary detect steps for app and humanoperator.
1 parent 2146ec1 commit e22e9f8

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/manual.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -104,14 +104,6 @@ jobs:
104104
if: needs.detect-changes.outputs.humanoperator_changed == 'true' || needs.detect-changes.outputs.shared_changed == 'true'
105105
run: ./gradlew :humanoperator:compileDebugKotlin
106106

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-
115107
build:
116108
needs: [detect-changes, compile-check]
117109
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)