kezhenxu94 commented on code in PR #9325:
URL: https://github.com/apache/dolphinscheduler/pull/9325#discussion_r843403142


##########
.github/workflows/backend.yml:
##########
@@ -63,3 +77,17 @@ jobs:
                  -Dmaven.wagon.httpconnectionManager.ttlSeconds=120
       - name: Check dependency license
         run: tools/dependencies/check-LICENSE.sh
+  result:
+    name: Build
+    runs-on: ubuntu-latest
+    timeout-minutes: 30
+    needs: [ build ]

Review Comment:
   @zhongjiajie we don't need explicit dependent here, `result` depends on 
`build`, `build` depends on `paths-filter`, so `result` depends on 
`paths-filter` implicitly 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to