You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/04/06 02:18:37 UTC

[GitHub] [dolphinscheduler] kezhenxu94 commented on a diff in pull request #9325: [Improve][CI] improve ci checking

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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org